Searched refs:check_link (Results 1 – 9 of 9) sorted by relevance
| /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() 1131 lmac->check_link = alloc_ordered_workqueue("check_link", WQ_MEM_RECLAIM); in bgx_lmac_enable() 1132 if (!lmac->check_link) in bgx_lmac_enable() 1135 queue_delayed_work(lmac->check_link, &lmac->dwork, 0); in bgx_lmac_enable() 1146 if (lmac->check_link) { in bgx_lmac_disable() 1149 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() 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() 8022 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link() 8023 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
|
| H A D | ixgbe_e610.c | 3966 .check_link = ixgbe_check_link_e610,
|
| /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 | 1123 .check_link = ixgbevf_check_mac_link_vf, 1142 .check_link = ixgbevf_hv_check_mac_link_vf,
|
| H A D | ixgbevf_main.c | 3291 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
|
| /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/net/ethernet/natsemi/ |
| H A D | natsemi.c | 612 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()
|