Home
last modified time | relevance | path

Searched refs:ICE_INTEL_VENDOR_ID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_drv_info.h92 ICE_INTEL_VENDOR_ID, 0x0001, 0,
95 ICE_INTEL_VENDOR_ID, 0x0002, 0,
98 ICE_INTEL_VENDOR_ID, 0x0003, 0,
101 ICE_INTEL_VENDOR_ID, 0x0004, 0,
104 ICE_INTEL_VENDOR_ID, 0x0005, 0,
107 ICE_INTEL_VENDOR_ID, 0x0006, 0,
110 ICE_INTEL_VENDOR_ID, 0x0007, 0,
113 ICE_INTEL_VENDOR_ID, 0x0008, 0,
116 ICE_INTEL_VENDOR_ID, 0x000D, 0,
119 ICE_INTEL_VENDOR_ID, 0x000E, 0,
[all …]
H A Dice_osdep.h59 #define ICE_INTEL_VENDOR_ID 0x8086 macro
H A Dice_common.c158 if (hw->vendor_id != ICE_INTEL_VENDOR_ID) in ice_set_mac_type()