Home
last modified time | relevance | path

Searched defs:maj (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c341 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, in txgbe_hic_set_drv_ver()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c24 #define ISAL_TOSTRING(maj, min, patch) \ argument
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1138 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, in ixgbe_set_fw_drv_ver()
H A Dixgbe_x550.c4607 s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_x550()
H A Dixgbe_common.c4649 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_generic()
/dpdk/drivers/net/i40e/base/
H A Di40e_common.c2286 static bool i40e_hw_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_hw_ver_ge()