/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 41 struct workqueue_struct *check_link; member 642 queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 2); in bgx_poll_for_link() 697 lmac->check_link = alloc_workqueue("check_link", WQ_UNBOUND | in bgx_lmac_enable() 699 if (!lmac->check_link) in bgx_lmac_enable() 702 queue_delayed_work(lmac->check_link, &lmac->dwork, 0); in bgx_lmac_enable() 714 if (lmac->check_link) { in bgx_lmac_disable() 717 destroy_workqueue(lmac->check_link); in bgx_lmac_disable()
|
D | nic_main.c | 41 struct workqueue_struct *check_link; member 985 queue_delayed_work(nic->check_link, &nic->dwork, HZ * 2); in nic_poll_for_link() 1058 nic->check_link = alloc_workqueue("check_link_status", in nic_probe() 1060 if (!nic->check_link) { in nic_probe() 1066 queue_delayed_work(nic->check_link, &nic->dwork, 0); in nic_probe() 1090 if (nic->check_link) { in nic_remove() 1093 destroy_workqueue(nic->check_link); in nic_remove()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | ppc4xx_pci.c | 665 void (*check_link)(struct ppc4xx_pciex_port *port); member 935 .check_link = ppc4xx_pciex_check_link_sdr, 944 .check_link = ppc4xx_pciex_check_link_sdr, 1055 .check_link = ppc4xx_pciex_check_link_sdr, 1123 .check_link = ppc4xx_pciex_check_link_sdr, 1271 .check_link = ppc460sx_pciex_check_link, 1367 .check_link = ppc4xx_pciex_check_link_sdr, 1414 .check_link = ppc_476fpe_pciex_check_link, 1514 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init() 1515 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 57 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
|
D | ethtool.c | 119 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_get_settings() 486 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbevf_link_test()
|
D | vf.c | 767 .check_link = ixgbevf_check_mac_link_vf,
|
D | ixgbevf_main.c | 2826 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82598.c | 141 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82598() 354 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_fc_enable_82598() 1176 .check_link = &ixgbe_check_mac_link_82598,
|
D | ixgbe_82599.c | 332 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599() 734 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 769 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 985 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599() 2200 .check_link = &ixgbe_check_mac_link_generic,
|
D | ixgbe_x540.c | 765 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540() 827 .check_link = &ixgbe_check_mac_link_generic,
|
D | ixgbe_common.c | 82 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc() 2358 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg() 2683 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic() 3962 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 4006 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber() 4022 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 4061 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
|
D | ixgbe_x550.c | 1389 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em() 2171 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em() 2343 .check_link = &ixgbe_check_mac_link_generic, \
|
D | ixgbe_type.h | 3266 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 3327 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
D | ixgbe_main.c | 2413 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) { in ixgbe_check_overtemp_subtask() 2417 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_check_overtemp_subtask() 4853 if (hw->mac.ops.check_link) in ixgbe_non_sfp_link_config() 4854 ret = hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_non_sfp_link_config() 6365 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link() 6366 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
|
D | ixgbe_ethtool.c | 287 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_get_settings() 1264 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
|
/linux-4.4.14/drivers/usb/host/ |
D | uhci-debug.c | 422 goto check_link; in uhci_sprint_schedule() 453 check_link: in uhci_sprint_schedule()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 612 static void check_link(struct net_device *dev); 1641 static void check_link(struct net_device *dev) in check_link() function 1762 check_link(dev); in init_registers() 1831 check_link(dev); in netdev_timer() 1836 check_link(dev); in netdev_timer() 2325 check_link(dev); in netdev_rx() 2412 check_link(dev); in netdev_error() 2988 check_link(dev); in netdev_set_ecmd()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 6078 int check_link = 1; in bnx2_5706_serdes_timer() local 6083 check_link = 0; in bnx2_5706_serdes_timer() 6118 if (check_link) { in bnx2_5706_serdes_timer()
|