Searched refs:maj (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mng.c | 341 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 D | txgbe_mng.h | 179 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
|
| H A D | txgbe_type.h | 590 s32 (*set_fw_drv_ver)(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x550.h | 39 s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
|
| H A D | ixgbe_common.h | 129 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
|
| H A D | ixgbe_api.c | 1138 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 D | ixgbe_api.h | 106 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
|
| H A D | ixgbe_x550.c | 4607 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 D | ixgbe_common.c | 4649 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 D | isal_compress_pmd.c | 24 #define ISAL_TOSTRING(maj, min, patch) \ argument 25 STRINGIFY(maj)"."STRINGIFY(min)"."STRINGIFY(patch)
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 2286 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()
|