| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | sysmacros.h | 49 #define makedevice(maj, min) makedev(maj, min) argument
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | sysmacros.h | 128 #define makedevice(maj, min) makedev(maj, min) argument
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mng.c | 279 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, in txgbe_hic_set_drv_ver() argument 294 fw_cmd.ver_maj = maj; in txgbe_hic_set_drv_ver()
|
| H A D | txgbe_mng.h | 171 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
|
| H A D | txgbe_type.h | 519 s32 (*set_fw_drv_ver)(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
|
| /f-stack/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.h | 106 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
|
| 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_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()
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 23 #define ISAL_TOSTRING(maj, min, patch) \ argument 24 STRINGIFY(maj)"."STRINGIFY(min)"."STRINGIFY(patch)
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pko-defs.h | 727 uint64_t maj : 1; /**< Internal state */ member 741 uint64_t maj : 1;
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 2283 static bool i40e_hw_ver_ge(struct i40e_hw *hw, u16 maj, u16 min) in i40e_hw_ver_ge() argument 2285 if (hw->aq.api_maj_ver > maj || in i40e_hw_ver_ge() 2286 (hw->aq.api_maj_ver == maj && hw->aq.api_min_ver >= min)) in i40e_hw_ver_ge()
|