Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
H A Dpci.c652 void (*check_link)(struct ppc4xx_pciex_port *port); member
922 .check_link = ppc4xx_pciex_check_link_sdr,
931 .check_link = ppc4xx_pciex_check_link_sdr,
1042 .check_link = ppc4xx_pciex_check_link_sdr,
1110 .check_link = ppc4xx_pciex_check_link_sdr,
1256 .check_link = ppc460sx_pciex_check_link,
1302 .check_link = ppc_476fpe_pciex_check_link,
1396 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init()
1397 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c64 struct workqueue_struct *check_link; member
993 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 3); in bgx_poll_for_sgmii_link()
1042 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 2); in bgx_poll_for_link()
1130 lmac->check_link = alloc_ordered_workqueue("check_link", WQ_MEM_RECLAIM); in bgx_lmac_enable()
1131 if (!lmac->check_link) in bgx_lmac_enable()
1134 queue_delayed_work(lmac->check_link, &lmac->dwork, 0); in bgx_lmac_enable()
1145 if (lmac->check_link) { in bgx_lmac_disable()
1148 destroy_workqueue(lmac->check_link); in bgx_lmac_disable()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c117 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598()
306 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_fc_enable_82598()
1131 .check_link = &ixgbe_check_mac_link_82598,
H A Dixgbe_main.c2992 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) { in ixgbe_check_overtemp_subtask()
2996 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_check_overtemp_subtask()
6019 if (hw->mac.ops.check_link) in ixgbe_non_sfp_link_config()
6020 ret = hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_non_sfp_link_config()
8020 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link()
8021 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
H A Dixgbe_e610.c3966 .check_link = ixgbe_check_link_e610,
H A Dixgbe_ethtool.c1523 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h33 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
H A Dvf.c1124 .check_link = ixgbevf_check_mac_link_vf,
1143 .check_link = ixgbevf_hv_check_mac_link_vf,
H A Dixgbevf_main.c3290 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
/linux/drivers/usb/host/
H A Duhci-debug.c423 goto check_link; in uhci_sprint_schedule()
454 check_link: in uhci_sprint_schedule()
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c612 static void check_link(struct net_device *dev);
1642 static void check_link(struct net_device *dev) in check_link() function
1763 check_link(dev); in init_registers()
1832 check_link(dev); in netdev_timer()
1837 check_link(dev); in netdev_timer()
2324 check_link(dev); in netdev_rx()
2412 check_link(dev); in netdev_error()
2998 check_link(dev); in netdev_set_ecmd()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c6071 int check_link = 1; in bnx2_5706_serdes_timer() local
6076 check_link = 0; in bnx2_5706_serdes_timer()
6111 if (check_link) { in bnx2_5706_serdes_timer()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c1153 if (hdcp->shim->check_link(dig_port, connector)) { in intel_hdcp_check_link()