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

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.h150 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_api.c298 * @device_caps: the EEPROM word for device capabilities
302 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps) argument
305 (hw, device_caps), IXGBE_NOT_IMPLEMENTED);
H A Dixgbe_api.h172 s32 ixgbe_get_device_caps(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_common.c4242 * @device_caps: the EEPROM word with the extra device capabilities
4245 * and return the word through device_caps.
4247 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) argument
4251 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps);

Completed in 208 milliseconds