Home
last modified time | relevance | path

Searched refs:ixgbe_get_device_caps_generic (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h86 int ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
H A Dixgbe_x540.c840 .get_device_caps = &ixgbe_get_device_caps_generic,
H A Dixgbe_82599.c2184 .get_device_caps = &ixgbe_get_device_caps_generic,
H A Dixgbe_e610.c3962 .get_device_caps = ixgbe_get_device_caps_generic,
H A Dixgbe_common.c3515 int ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps_generic() function
H A Dixgbe_x550.c3925 .get_device_caps = &ixgbe_get_device_caps_generic, \