Home
last modified time | relevance | path

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

/src/sys/dev/vnic/
H A Dthunder_bgx_var.h46 struct callout check_link; member
H A Dthunder_bgx.c443 callout_reset(&lmac->check_link, hz * 2, bgx_lmac_handler, lmac); in bgx_lmac_handler()
826 callout_reset(&lmac->check_link, hz * 2, bgx_poll_for_link, lmac); in bgx_poll_for_link()
889 callout_init_mtx(&lmac->check_link, &lmac->check_link_mtx, 0); in bgx_lmac_enable()
895 callout_init_mtx(&lmac->check_link, &lmac->check_link_mtx, 0); in bgx_lmac_enable()
913 callout_drain(&lmac->check_link); in bgx_lmac_disable()
H A Dnic_main.c106 struct callout check_link; member
235 callout_init_mtx(&nic->check_link, &nic->check_link_mtx, 0); in nicpf_attach()
260 callout_drain(&nic->check_link); in nicpf_detach()
1233 callout_reset(&nic->check_link, hz * 2, nic_poll_for_link, nic); in nic_poll_for_link()
/src/sys/dev/ixgbe/
H A Dixgbe_82598.c168 mac->ops.check_link = ixgbe_check_mac_link_82598; in ixgbe_init_ops_82598()
213 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598()
445 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_fc_enable_82598()
H A Dixgbe_x540.c126 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_X540()
1022 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540()
H A Dixgbe_api.c642 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed, in ixgbe_check_phy_link()
685 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed, in ixgbe_check_link()
H A Dixgbe_82599.c162 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599()
374 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_82599()
1107 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599()
H A Dixgbe_vf.c68 hw->mac.ops.check_link = ixgbe_check_mac_link_vf; in ixgbe_init_ops_vf()
H A Dixgbe_x550.c1786 mac->ops.check_link = in ixgbe_init_mac_link_ops_X550em()
1794 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em()
2435 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
3966 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a()
4055 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
H A Dixgbe_common.c146 mac->ops.check_link = NULL; in ixgbe_init_ops_generic()
185 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc()
3133 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
3488 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
H A Dixgbe_type.h4070 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
4161 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
H A Dif_ixv.c667 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up, in ixv_if_init()
H A Dixgbe_phy.c262 phy->ops.check_link = NULL; in ixgbe_init_phy_ops_generic()
H A Dixgbe_e610.c3886 mac->ops.check_link = ixgbe_check_link_E610; in ixgbe_init_ops_E610()
H A Dif_ix.c1805 if (hw->mac.ops.check_link) in ixgbe_config_link()