Searched defs:device_caps (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3331 * @device_caps: the EEPROM word with the extra device capabilities
3334 * and return the word through device_caps.
3336 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) argument
3338 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps);
H A Dixgbe_main.c7989 u16 device_caps; local
8198 hw->mac.ops.get_device_caps(hw, &device_caps);
8199 if (device_caps & IXGBE_DEVICE_CAPS_FCOE_OFFLOADS)

Completed in 112 milliseconds