Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/sysdev/
Dppc4xx_pci.c665 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/
Dixgbe_82599.c330 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,
Dixgbe_82598.c141 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,
Dixgbe_x540.c730 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540()
792 .check_link = &ixgbe_check_mac_link_generic,
Dixgbe_x550.c1298 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
1406 .check_link = &ixgbe_check_mac_link_generic, \
Dixgbe_common.c77 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()
Dixgbe_type.h3045 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
3105 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
Dixgbe_main.c2373 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()
Dixgbe_ethtool.c282 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/
Dvf.h57 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
Dethtool.c119 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()
Dvf.c727 .check_link = ixgbevf_check_mac_link_vf,
Dixgbevf_main.c2814 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
/linux-4.1.27/drivers/usb/host/
Duhci-debug.c422 goto check_link; in uhci_sprint_schedule()
453 check_link: in uhci_sprint_schedule()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dnatsemi.c612 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/
Dbnx2.c6060 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()