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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82599.c2231 * @device_caps: the EEPROM word with the extra device capabilities
2234 * and return the word through device_caps.
2236 static s32 ixgbe_get_device_caps_82599(struct ixgbe_hw *hw, u16 *device_caps) argument
2238 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps);
H A Dixgbe_main.c6537 u16 device_caps; local
6750 hw->mac.ops.get_device_caps(hw, &device_caps);
6751 if (device_caps & IXGBE_DEVICE_CAPS_FCOE_OFFLOADS)

Completed in 106 milliseconds