HomeSort by: relevance | last modified time | path
    Searched refs:check_link (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 174 mac->ops.check_link = ixgbe_check_mac_link_82598;
219 phy->ops.check_link = ixgbe_check_phy_link_tnx;
451 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
ixgbe_api.c 601 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed,
644 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed,
ixgbe_x540.c 131 mac->ops.check_link = ixgbe_check_mac_link_generic;
1031 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
ixgbe_82599.c 169 phy->ops.check_link = ixgbe_check_phy_link_tnx;
381 mac->ops.check_link = ixgbe_check_mac_link_generic;
1101 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
ixgbe_vf.c 79 hw->mac.ops.check_link = ixgbe_check_mac_link_vf;
ixgbe_x550.c 2028 mac->ops.check_link =
2036 mac->ops.check_link = ixgbe_check_link_t_X550em;
2674 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
4208 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
4297 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
ixgbe_common.c 152 mac->ops.check_link = NULL;
190 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3150 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3505 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
ixv.c 803 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up,
3582 sc->hw.mac.ops.check_link(&sc->hw, &sc->link_speed,
3607 error = sc->hw.mac.ops.check_link(&sc->hw,
ixgbe_type.h 4056 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member in struct:ixgbe_mac_operations
4141 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member in struct:ixgbe_phy_operations
ixgbe_phy.c 270 phy->ops.check_link = NULL;
ixgbe.c 1589 if (hw->mac.ops.check_link)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 309 bool (*check_link)(struct intel_digital_port *intel_dig_port); member in struct:intel_hdcp_shim
intel_hdcp.c 856 /* Check_link valid only when HDCP1.4 is enabled */
874 if (hdcp->shim->check_link(intel_dig_port)) {
intel_hdmi.c 1732 .check_link = intel_hdmi_hdcp_check_link,
intel_dp.c 6505 .check_link = intel_dp_hdcp_check_link,

Completed in 49 milliseconds