check_link
.check_link = ppc4xx_pciex_check_link_sdr,
.check_link = ppc4xx_pciex_check_link_sdr,
.check_link = ppc460sx_pciex_check_link,
.check_link = ppc_476fpe_pciex_check_link,
if (ppc4xx_pciex_hwops->check_link)
ppc4xx_pciex_hwops->check_link(port);
void (*check_link)(struct ppc4xx_pciex_port *port);
.check_link = ppc4xx_pciex_check_link_sdr,
.check_link = ppc4xx_pciex_check_link_sdr,
.check_link = intel_dp_hdcp_check_link,
.check_link = intel_dp_hdcp_check_link,
if (hdcp->shim->check_link(dig_port, connector)) {
bool (*check_link)(struct intel_digital_port *dig_port,
.check_link = intel_hdmi_hdcp_check_link,
int check_link = 1;
check_link = 0;
if (check_link) {
queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 2);
lmac->check_link = alloc_ordered_workqueue("check_link", WQ_MEM_RECLAIM);
if (!lmac->check_link)
queue_delayed_work(lmac->check_link, &lmac->dwork, 0);
if (lmac->check_link) {
destroy_workqueue(lmac->check_link);
struct workqueue_struct *check_link;
queue_delayed_work(lmac->check_link, &lmac->dwork, HZ * 3);
.check_link = &ixgbe_check_mac_link_82598,
phy->ops.check_link = &ixgbe_check_phy_link_tnx;
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
.check_link = &ixgbe_check_mac_link_generic,
phy->ops.check_link = &ixgbe_check_phy_link_tnx;
status = hw->mac.ops.check_link(hw, &link_speed,
status = hw->mac.ops.check_link(hw, &link_speed,
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
hw->mac.ops.check_link(hw, &speed, &link_up, false);
hw->mac.ops.check_link(hw, &speed, &link_up, false);
status = hw->mac.ops.check_link(hw, &link_speed,
status = hw->mac.ops.check_link(hw, &link_speed, &link_up,
hw->mac.ops.check_link(hw, &speed, &link_up, false);
.check_link = ixgbe_check_link_e610,
hw->mac.ops.check_link(hw, &link_speed, &link_up, true);
if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) {
hw->mac.ops.check_link(hw, &speed, &link_up, false);
if (hw->mac.ops.check_link)
ret = hw->mac.ops.check_link(hw, &speed, &link_up, false);
if (hw->mac.ops.check_link) {
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
hw->mac.ops.check_link(hw, &speed, &link_up, false);
.check_link = &ixgbe_check_mac_link_generic,
hw->mac.ops.check_link(hw, &speed, &link_up, false);
mac->ops.check_link = ixgbe_check_mac_link_generic;
mac->ops.check_link = ixgbe_check_link_t_X550em;
hw->mac.ops.check_link(hw, &speed, &link_up, false);
hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
.check_link = &ixgbe_check_mac_link_generic, \
hw->mac.ops.check_link(hw, &link_speed, &link_up, true);
err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
.check_link = ixgbevf_check_mac_link_vf,
.check_link = ixgbevf_hv_check_mac_link_vf,
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
check_link(dev);
check_link(dev);
check_link(dev);
check_link(dev);
check_link(dev);
check_link(dev);
static void check_link(struct net_device *dev);
goto check_link;
check_link: