Home
last modified time | relevance | path

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

/linux-6.15/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.c2177 .get_device_caps = &ixgbe_get_device_caps_generic,
H A Dixgbe_e610.c2589 .get_device_caps = ixgbe_get_device_caps_generic,
H A Dixgbe_x550.c3809 .get_device_caps = &ixgbe_get_device_caps_generic, \
H A Dixgbe_common.c3514 int ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) in ixgbe_get_device_caps_generic() function