Searched refs:get_link_capabilities (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.h | 34 s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *, member
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_82598.c | 110 mac->ops.get_link_capabilities = in ixgbe_init_phy_ops_82598() 1132 .get_link_capabilities = &ixgbe_get_link_capabilities_82598,
|
| H A D | ixgbe_e610.c | 4003 .get_link_capabilities = ixgbe_get_link_capabilities_e610,
|
| H A D | ixgbe_main.c | 6026 if (!speed && hw->mac.ops.get_link_capabilities) { in ixgbe_non_sfp_link_config() 6027 ret = hw->mac.ops.get_link_capabilities(hw, &speed, in ixgbe_non_sfp_link_config() 8477 hw->mac.ops.get_link_capabilities(hw, &cap_speed, &autoneg); in ixgbe_sfp_link_config_subtask()
|
| H A D | ixgbe_ethtool.c | 224 hw->mac.ops.get_link_capabilities(hw, &supported_link, &autoneg); in ixgbe_get_link_ksettings()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_macsec.c | 1457 if (!nic->aq_fw_ops->get_link_capabilities) in aq_macsec_init() 1460 caps_lo = nic->aq_fw_ops->get_link_capabilities(nic->aq_hw); in aq_macsec_init()
|