Home
last modified time | relevance | path

Searched refs:maj (Results 1 – 11 of 11) 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() argument
355 fw_cmd.ver_maj = maj; in txgbe_hic_set_drv_ver()
H A Dtxgbe_mng.h179 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
H A Dtxgbe_type.h590 s32 (*set_fw_drv_ver)(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.h39 s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
H A Dixgbe_common.h129 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
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() argument
1141 return ixgbe_call_func(hw, hw->mac.ops.set_fw_drv_ver, (hw, maj, min, in ixgbe_set_fw_drv_ver()
H A Dixgbe_api.h106 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
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() argument
4624 fw_cmd.ver_maj = maj; 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() argument
4664 fw_cmd.ver_maj = maj; in ixgbe_set_fw_drv_ver_generic()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c24 #define ISAL_TOSTRING(maj, min, patch) \ argument
25 STRINGIFY(maj)"."STRINGIFY(min)"."STRINGIFY(patch)
/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() argument
2288 if (hw->aq.api_maj_ver > maj || in i40e_hw_ver_ge()
2289 (hw->aq.api_maj_ver == maj && hw->aq.api_min_ver >= min)) in i40e_hw_ver_ge()