Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_shim.h94 bool (*check_link)(struct intel_digital_port *dig_port, member
H A Dintel_dp_hdcp.c736 .check_link = intel_dp_hdcp_check_link,
877 .check_link = intel_dp_hdcp_check_link,
H A Dintel_hdcp.c1153 if (hdcp->shim->check_link(dig_port, connector)) { in intel_hdcp_check_link()
H A Dintel_hdmi.c1802 .check_link = intel_hdmi_hdcp_check_link,
/linux/arch/powerpc/platforms/44x/
H A Dpci.c652 void (*check_link)(struct ppc4xx_pciex_port *port); member
922 .check_link = ppc4xx_pciex_check_link_sdr,
931 .check_link = ppc4xx_pciex_check_link_sdr,
1042 .check_link = ppc4xx_pciex_check_link_sdr,
1110 .check_link = ppc4xx_pciex_check_link_sdr,
1256 .check_link = ppc460sx_pciex_check_link,
1302 .check_link = ppc_476fpe_pciex_check_link,
1397 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init()
1398 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h32 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
H A Dvf.c1006 .check_link = ixgbevf_check_mac_link_vf,
1024 .check_link = ixgbevf_hv_check_mac_link_vf,
H A Dixgbevf_main.c3261 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
/linux/drivers/usb/host/
H A Duhci-debug.c423 goto check_link; in uhci_sprint_schedule()
454 check_link: in uhci_sprint_schedule()
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c612 static void check_link(struct net_device *dev);
1642 static void check_link(struct net_device *dev) in check_link() function
1725 * Start with half-duplex. check_link will update in init_registers()
1763 check_link(dev); in init_registers()
1831 /* init_registers() calls check_link() for the above case */ in netdev_timer()
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(de in netdev_set_ecmd()
[all...]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c784 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540()
849 .check_link = &ixgbe_check_mac_link_generic,
H A Dixgbe_x550.c2114 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, \
H A Dixgbe_type.h3520 int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
3596 int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
H A Dixgbe_e610.c3924 .check_link = ixgbe_check_link_e610,
H A Dixgbe_ethtool.c1521 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c6071 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()