Searched refs:check_link (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/platforms/44x/ |
| H A D | pci.c | 652 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 D | thunder_bgx.c | 64 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 D | ixgbe_82598.c | 117 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 D | ixgbe_main.c | 2992 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() 6020 if (hw->mac.ops.check_link) in ixgbe_non_sfp_link_config() 6021 ret = hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_non_sfp_link_config() 8046 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link() 8047 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.h | 33 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
|
| H A D | vf.c | 1130 .check_link = ixgbevf_check_mac_link_vf, 1149 .check_link = ixgbevf_hv_check_mac_link_vf,
|
| /linux/drivers/usb/host/ |
| H A D | uhci-debug.c | 423 goto check_link; in uhci_sprint_schedule() 454 check_link: in uhci_sprint_schedule()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_hdcp.c | 1162 if (hdcp->shim->check_link(dig_port, connector)) { in intel_hdcp_check_link()
|