Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c818 .get_device_caps = &ixgbe_get_device_caps_generic,
Dixgbe_phy.c1384 hw->mac.ops.get_device_caps(hw, &enforce_sfp); in ixgbe_identify_sfp_module_generic()
1569 hw->mac.ops.get_device_caps(hw, &enforce_sfp); in ixgbe_identify_qsfp_module_generic()
Dixgbe_82599.c2190 .get_device_caps = &ixgbe_get_device_caps_generic,
Dixgbe_x550.c2337 .get_device_caps = &ixgbe_get_device_caps_generic, \
Dixgbe_type.h3243 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); member
Dixgbe_main.c8831 if (hw->mac.ops.get_device_caps) { in ixgbe_probe()
8832 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_probe()