X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc_dp.h;h=eff0aa8795f38762c36c4980b137a802e9f2fff2;hb=3bdf5f17219409cc8adf31e2cfdde784fdf063a1;hp=c44c44da81996e9ea3fe894d9792f961d11c3c24;hpb=df1bfde4ff0dbdb2a0380a1a8b9f2c5bb6e974be;p=dpdk.git diff --git a/drivers/net/sfc/sfc_dp.h b/drivers/net/sfc/sfc_dp.h index c44c44da81..eff0aa8795 100644 --- a/drivers/net/sfc/sfc_dp.h +++ b/drivers/net/sfc/sfc_dp.h @@ -56,6 +56,7 @@ typedef void (sfc_dp_exception_t)(void *ctrl); enum sfc_dp_type { SFC_DP_RX = 0, /**< Receive datapath */ + SFC_DP_TX, /**< Transmit datapath */ }; @@ -98,6 +99,7 @@ struct sfc_dp { enum sfc_dp_type type; /* Mask of required hardware/firmware capabilities */ unsigned int hw_fw_caps; +#define SFC_DP_HW_FW_CAP_EF10 0x1 }; /** List of datapath variants */