Searched refs:maj (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_api.h135 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
H A Dixgbe_api.c1118 * @maj: driver major number to be sent to firmware
1125 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, argument
1128 return ixgbe_call_func(hw, hw->mac.ops.set_fw_drv_ver, (hw, maj, min,
H A Dixgbe_x550.c4664 * @maj: driver version major number
4676 s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min, argument
4693 fw_cmd.ver_maj = maj;
H A Dixgbe_common.c4648 * @maj: driver version major number
4658 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, argument
4673 fw_cmd.ver_maj = maj;
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h171 #define DRM_IF_VERSION(maj, min) (maj << 16 | min)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c41 #define version_greater(edid, maj, min) \
42 (((edid)->version > (maj)) || \
43 ((edid)->version == (maj) && (edid)->revision > (min)))
H A DdrmP.h261 #define DRM_IF_VERSION(maj, min) (maj << 16 | min)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h727 uint64_t maj : 1; /**< Internal state */ member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
741 uint64_t maj : 1;
/freebsd-11-stable/sys/dev/bge/
H A Dif_bgereg.h2165 #define BGE_APE_HOST_DRIVER_ID_MAGIC(maj, min) \
2167 ((maj) & 0xffd) << 16 | ((min) & 0xff) << 8)

Completed in 319 milliseconds

12