/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82599.c | 330 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599() 690 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 736 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber() 752 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 793 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber() 880 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 915 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 1131 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599() 2313 .check_link = &ixgbe_check_mac_link_generic,
|
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_x540.c | 730 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540() 792 .check_link = &ixgbe_check_mac_link_generic,
|
D | ixgbe_x550.c | 1298 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em() 1406 .check_link = &ixgbe_check_mac_link_generic, \
|
D | ixgbe_common.c | 77 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc() 2350 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg() 2672 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic()
|
D | ixgbe_type.h | 3045 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 3105 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
D | ixgbe_main.c | 2373 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) { in ixgbe_check_overtemp_subtask() 2377 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_check_overtemp_subtask() 4762 if (hw->mac.ops.check_link) in ixgbe_non_sfp_link_config() 4763 ret = hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_non_sfp_link_config() 6251 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link() 6252 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
|
D | ixgbe_ethtool.c | 282 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_get_settings() 1259 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
|
/linux-4.1.27/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 | 727 .check_link = ixgbevf_check_mac_link_vf,
|
D | ixgbevf_main.c | 2814 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
|
/linux-4.1.27/drivers/usb/host/ |
D | uhci-debug.c | 422 goto check_link; in uhci_sprint_schedule() 453 check_link: in uhci_sprint_schedule()
|
/linux-4.1.27/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() 2313 check_link(dev); in netdev_rx() 2400 check_link(dev); in netdev_error() 2976 check_link(dev); in netdev_set_ecmd()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 6060 int check_link = 1; in bnx2_5706_serdes_timer() local 6065 check_link = 0; in bnx2_5706_serdes_timer() 6100 if (check_link) { in bnx2_5706_serdes_timer()
|