Home
last modified time | relevance | path

Searched refs:maj (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h49 #define makedevice(maj, min) makedev(maj, min) argument
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h128 #define makedevice(maj, min) makedev(maj, min) argument
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c279 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 Dtxgbe_mng.h171 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
H A Dtxgbe_type.h519 s32 (*set_fw_drv_ver)(struct txgbe_hw *hw, u8 maj, u8 min, u8 build,
/f-stack/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.h106 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
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_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()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c23 #define ISAL_TOSTRING(maj, min, patch) \ argument
24 STRINGIFY(maj)"."STRINGIFY(min)"."STRINGIFY(patch)
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h727 uint64_t maj : 1; /**< Internal state */ member
741 uint64_t maj : 1;
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c2283 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()