| /drivers/net/ethernet/cavium/thunder/ |
| 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()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_hdcp_shim.h | 94 bool (*check_link)(struct intel_digital_port *dig_port, member
|
| A D | intel_dp_hdcp.c | 736 .check_link = intel_dp_hdcp_check_link, 877 .check_link = intel_dp_hdcp_check_link,
|
| A D | intel_hdcp.c | 1153 if (hdcp->shim->check_link(dig_port, connector)) { in intel_hdcp_check_link()
|
| A D | intel_hdmi.c | 1802 .check_link = intel_hdmi_hdcp_check_link,
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_82599.c | 307 phy->ops.check_link = &ixgbe_check_phy_link_tnx; in ixgbe_init_phy_ops_82599() 709 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 744 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_smartspeed() 960 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599() 2187 .check_link = &ixgbe_check_mac_link_generic,
|
| 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,
|
| A D | ixgbe_x540.c | 784 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540() 849 .check_link = &ixgbe_check_mac_link_generic,
|
| A D | ixgbe_x550.c | 2114 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a() 2162 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_mac_link_ops_X550em_a() 2212 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em() 2958 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a() 3450 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em() 3931 .check_link = &ixgbe_check_mac_link_generic, \
|
| A D | ixgbe_common.c | 65 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_device_supports_autoneg_fc() 2426 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg() 2766 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_generic() 4274 status = hw->mac.ops.check_link(hw, &link_speed, in ixgbe_setup_mac_link_multispeed_fiber() 4320 status = hw->mac.ops.check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_multispeed_fiber()
|
| A D | ixgbe_type.h | 3520 int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 3596 int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
| A D | ixgbe_main.c | 2997 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) { in ixgbe_check_overtemp_subtask() 3001 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() 8019 if (hw->mac.ops.check_link) { in ixgbe_watchdog_update_link() 8020 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_watchdog_update_link()
|
| A D | ixgbe_e610.c | 3924 .check_link = ixgbe_check_link_e610,
|
| A D | ixgbe_ethtool.c | 1521 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
|
| /drivers/net/ethernet/intel/ixgbevf/ |
| A D | vf.h | 32 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
|
| A D | vf.c | 1006 .check_link = ixgbevf_check_mac_link_vf, 1024 .check_link = ixgbevf_hv_check_mac_link_vf,
|
| A D | ethtool.c | 555 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbevf_link_test()
|
| A D | ixgbevf_main.c | 3261 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
|
| /drivers/usb/host/ |
| A D | uhci-debug.c | 423 goto check_link; in uhci_sprint_schedule() 454 check_link: in uhci_sprint_schedule()
|
| /drivers/net/ethernet/natsemi/ |
| 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()
|
| /drivers/net/ethernet/broadcom/ |
| A D | bnx2.c | 6071 int check_link = 1; in bnx2_5706_serdes_timer() local 6076 check_link = 0; in bnx2_5706_serdes_timer() 6111 if (check_link) { in bnx2_5706_serdes_timer()
|