| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 218 hw->mac.ops.check_link = ixgbevf_hv_check_mac_link_vf; in ixgbevf_hv_init_ops_vf()
|
| H A D | ixgbe_82598.c | 138 mac->ops.check_link = ixgbe_check_mac_link_82598; in ixgbe_init_ops_82598() 183 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598() 415 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_fc_enable_82598()
|
| H A D | ixgbe_x540.c | 95 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_X540() 986 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540()
|
| H A D | ixgbe_api.c | 594 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed, in ixgbe_check_phy_link() 637 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed, in ixgbe_check_link()
|
| H A D | ixgbe_82599.c | 129 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599() 340 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_82599() 1049 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599()
|
| H A D | ixgbe_vf.c | 38 hw->mac.ops.check_link = ixgbe_check_mac_link_vf; in ixgbe_init_ops_vf()
|
| H A D | ixgbe_x550.c | 1824 mac->ops.check_link = in ixgbe_init_mac_link_ops_X550em() 1832 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em() 2471 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em() 4000 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a() 4089 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
|
| H A D | ixgbe_common.c | 115 mac->ops.check_link = NULL; in ixgbe_init_ops_generic() 152 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc() 3085 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg() 3440 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
|
| H A D | ixgbe_type.h | 3955 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 4036 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
| H A D | ixgbe_phy.c | 232 phy->ops.check_link = NULL; in ixgbe_init_phy_ops_generic()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.c | 48 hw->mac.check_link(hw, &speed, &link_up, false); in txgbe_device_supports_autoneg_fc() 1226 hw->mac.check_link(hw, &speed, &link_up, false); in txgbe_fc_autoneg() 2391 status = hw->mac.check_link(hw, &link_speed, in txgbe_setup_mac_link_multispeed_fiber() 2436 status = hw->mac.check_link(hw, &link_speed, &link_up, false); in txgbe_setup_mac_link_multispeed_fiber() 2639 phy->check_link = txgbe_check_phy_link_tnx; in txgbe_init_phy_raptor() 2844 mac->check_link = txgbe_check_mac_link; in txgbe_init_ops_pf() 3235 status = hw->mac.check_link(hw, &link_speed, &link_up, in txgbe_setup_mac_link_smartspeed() 3271 status = hw->mac.check_link(hw, &link_speed, &link_up, false); in txgbe_setup_mac_link_smartspeed()
|
| H A D | txgbe_type.h | 475 s32 (*check_link)(struct txgbe_hw *hw, u32 *speed, member 579 s32 (*check_link)(struct txgbe_hw *hw, u32 *speed, bool *link_up); member
|
| H A D | txgbe_dummy.h | 582 hw->mac.check_link = txgbe_mac_check_link_dummy; in txgbe_init_ops_dummy() 630 hw->phy.check_link = txgbe_phy_check_link_dummy; in txgbe_init_ops_dummy()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 1521 err = hw->mac.check_link(hw, &speed, &link_up, 0); in txgbe_dev_start() 2443 err = hw->mac.check_link(hw, &link_speed, &link_up, wait); in txgbe_dev_link_update_share()
|