Home
last modified time | relevance | path

Searched refs:check_link (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c218 hw->mac.ops.check_link = ixgbevf_hv_check_mac_link_vf; in ixgbevf_hv_init_ops_vf()
H A Dixgbe_82598.c138 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 Dixgbe_x540.c95 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 Dixgbe_api.c594 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 Dixgbe_82599.c129 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 Dixgbe_vf.c38 hw->mac.ops.check_link = ixgbe_check_mac_link_vf; in ixgbe_init_ops_vf()
H A Dixgbe_x550.c1824 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 Dixgbe_common.c115 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 Dixgbe_type.h3955 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 Dixgbe_phy.c232 phy->ops.check_link = NULL; in ixgbe_init_phy_ops_generic()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c48 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 Dtxgbe_type.h475 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 Dtxgbe_dummy.h582 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 Dtxgbe_ethdev.c1521 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()