Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/4xx/
Dpci.c659 void (*check_link)(struct ppc4xx_pciex_port *port); member
929 .check_link = ppc4xx_pciex_check_link_sdr,
938 .check_link = ppc4xx_pciex_check_link_sdr,
1049 .check_link = ppc4xx_pciex_check_link_sdr,
1117 .check_link = ppc4xx_pciex_check_link_sdr,
1265 .check_link = ppc460sx_pciex_check_link,
1361 .check_link = ppc4xx_pciex_check_link_sdr,
1408 .check_link = ppc_476fpe_pciex_check_link,
1507 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init()
1508 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c67 struct workqueue_struct *check_link; member
988 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 3); in bgx_poll_for_sgmii_link()
1037 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 2); in bgx_poll_for_link()
1126 lmac->check_link = alloc_workqueue("check_link", WQ_UNBOUND | in bgx_lmac_enable()
1128 if (!lmac->check_link) in bgx_lmac_enable()
1131 queue_delayed_work(lmac->check_link, &lmac->dwork, 0); in bgx_lmac_enable()
1142 if (lmac->check_link) { in bgx_lmac_disable()
1145 destroy_workqueue(lmac->check_link); in bgx_lmac_disable()
Dnic_main.c61 struct workqueue_struct *check_link; member
1316 queue_delayed_work(nic->check_link, &nic->dwork, HZ * 2); in nic_poll_for_link()
1415 nic->check_link = alloc_workqueue("check_link_status", in nic_probe()
1417 if (!nic->check_link) { in nic_probe()
1423 queue_delayed_work(nic->check_link, &nic->dwork, 0); in nic_probe()
1447 if (nic->check_link) { in nic_remove()
1450 destroy_workqueue(nic->check_link); in nic_remove()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c116 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598()
305 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_fc_enable_82598()
1130 .check_link = &ixgbe_check_mac_link_82598,
Dixgbe_82599.c307 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599()
707 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed()
742 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed()
958 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599()
2183 .check_link = &ixgbe_check_mac_link_generic,
Dixgbe_x540.c778 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540()
843 .check_link = &ixgbe_check_mac_link_generic,
Dixgbe_x550.c2097 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
2145 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_mac_link_ops_X550em_a()
2195 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em()
2937 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a()
3427 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
3792 .check_link = &ixgbe_check_mac_link_generic, \
Dixgbe_common.c64 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc()
2426 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg()
2766 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
4257 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber()
4303 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
Dixgbe_type.h3423 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
3490 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
Dixgbe_main.c2768 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) { in ixgbe_check_overtemp_subtask()
2772 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_check_overtemp_subtask()
5419 if (hw->mac.ops.check_link) in ixgbe_non_sfp_link_config()
5420 ret = hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_non_sfp_link_config()
7274 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link()
7275 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
Dixgbe_ethtool.c1327 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dvf.h35 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
Dvf.c945 .check_link = ixgbevf_check_mac_link_vf,
962 .check_link = ixgbevf_hv_check_mac_link_vf,
Dethtool.c96 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_get_link_ksettings()
561 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbevf_link_test()
Dixgbevf_main.c3212 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
/Linux-v4.19/drivers/usb/host/
Duhci-debug.c423 goto check_link; in uhci_sprint_schedule()
454 check_link: in uhci_sprint_schedule()
/Linux-v4.19/drivers/net/ethernet/natsemi/
Dnatsemi.c612 static void check_link(struct net_device *dev);
1645 static void check_link(struct net_device *dev) in check_link() function
1766 check_link(dev); in init_registers()
1835 check_link(dev); in netdev_timer()
1840 check_link(dev); in netdev_timer()
2329 check_link(dev); in netdev_rx()
2416 check_link(dev); in netdev_error()
3002 check_link(dev); in netdev_set_ecmd()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdcp.c854 if (connector->hdcp_shim->check_link(intel_dig_port)) { in intel_hdcp_check_link()
Dintel_drv.h377 bool (*check_link)(struct intel_digital_port *intel_dig_port); member
Dintel_hdmi.c1133 .check_link = intel_hdmi_hdcp_check_link,
Dintel_dp.c5174 .check_link = intel_dp_hdcp_check_link,
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c6094 int check_link = 1; in bnx2_5706_serdes_timer() local
6099 check_link = 0; in bnx2_5706_serdes_timer()
6134 if (check_link) { in bnx2_5706_serdes_timer()