Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c783 .get_device_caps = &ixgbe_get_device_caps_generic,
Dixgbe_phy.c1294 hw->mac.ops.get_device_caps(hw, &enforce_sfp); in ixgbe_identify_sfp_module_generic()
1479 hw->mac.ops.get_device_caps(hw, &enforce_sfp); in ixgbe_identify_qsfp_module_generic()
Dixgbe_x550.c1399 .get_device_caps = &ixgbe_get_device_caps_generic, \
Dixgbe_82599.c2303 .get_device_caps = &ixgbe_get_device_caps_generic,
Dixgbe_type.h3023 s32 (*get_device_caps)(struct ixgbe_hw *, u16 *); member
Dixgbe_main.c8571 if (hw->mac.ops.get_device_caps) { in ixgbe_probe()
8572 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_probe()