| /freebsd-11-stable/sys/dev/vnic/ |
| HD | thunder_bgx_var.h | 48 struct callout check_link; member
|
| HD | thunder_bgx.c | 450 callout_reset(&lmac->check_link, hz * 2, bgx_lmac_handler, lmac); in bgx_lmac_handler() 833 callout_reset(&lmac->check_link, hz * 2, bgx_poll_for_link, lmac); in bgx_poll_for_link() 896 callout_init_mtx(&lmac->check_link, &lmac->check_link_mtx, 0); in bgx_lmac_enable() 902 callout_init_mtx(&lmac->check_link, &lmac->check_link_mtx, 0); in bgx_lmac_enable() 920 callout_drain(&lmac->check_link); in bgx_lmac_disable()
|
| HD | nic_main.c | 99 struct callout check_link; member 230 callout_init_mtx(&nic->check_link, &nic->check_link_mtx, 0); in nicpf_attach() 255 callout_drain(&nic->check_link); in nicpf_detach() 1231 callout_reset(&nic->check_link, hz * 2, nic_poll_for_link, nic); in nic_poll_for_link()
|
| /freebsd-11-stable/sys/dev/ixgbe/ |
| HD | ixgbe_82598.c | 168 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()
|
| HD | ixgbe_x540.c | 125 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_X540() 1017 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_blink_led_start_X540()
|
| HD | ixgbe_api.c | 591 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed, in ixgbe_check_phy_link() 630 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed, in ixgbe_check_link()
|
| HD | ixgbe_82599.c | 162 phy->ops.check_link = ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599() 373 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_ops_82599() 1084 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_82599()
|
| HD | ixgbe_vf.c | 70 hw->mac.ops.check_link = ixgbe_check_mac_link_vf; in ixgbe_init_ops_vf()
|
| HD | if_ixv.c | 643 hw->mac.ops.check_link(hw, &adapter->link_speed, &adapter->link_up, in ixv_init_locked() 2399 adapter->hw.mac.ops.check_link(&adapter->hw, &adapter->link_speed, in ixv_handle_link() 2412 adapter->hw.mac.ops.check_link(&adapter->hw, &adapter->link_speed, in ixv_check_link()
|
| HD | ixgbe_x550.c | 1945 mac->ops.check_link = in ixgbe_init_mac_link_ops_X550em() 1953 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em() 2580 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_X550em() 4085 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_fc_autoneg_backplane_x550em_a() 4174 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_fc_autoneg_sgmii_x550em_a()
|
| HD | ixgbe_common.c | 145 mac->ops.check_link = NULL; in ixgbe_init_ops_generic() 183 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_device_supports_autoneg_fc() 3122 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_fc_autoneg() 3477 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_blink_led_start_generic()
|
| HD | ixgbe_type.h | 3899 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 3981 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
| HD | ixgbe_phy.c | 267 phy->ops.check_link = NULL; in ixgbe_init_phy_ops_generic()
|
| HD | if_ix.c | 1270 if (hw->mac.ops.check_link) in ixgbe_config_link()
|