Searched refs:check_link (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_x540.c125 mac->ops.check_link = ixgbe_check_mac_link_generic;
968 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
H A Dixgbe_82598.c168 mac->ops.check_link = ixgbe_check_mac_link_82598;
213 phy->ops.check_link = ixgbe_check_phy_link_tnx;
445 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_vf.c71 hw->mac.ops.check_link = ixgbe_check_mac_link_vf;
H A Dixgbe_api.c590 return ixgbe_call_func(hw, hw->phy.ops.check_link, (hw, speed,
629 return ixgbe_call_func(hw, hw->mac.ops.check_link, (hw, speed,
H A Dixgbe_82599.c162 phy->ops.check_link = ixgbe_check_phy_link_tnx;
373 mac->ops.check_link = ixgbe_check_mac_link_generic;
1080 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dif_ixv.c1516 if (hw->mac.ops.check_link)
1517 err = hw->mac.ops.check_link(hw, &autoneg,
H A Dixgbe_common.c143 mac->ops.check_link = NULL;
172 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3021 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3370 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
H A Dixgbe_x550.c1218 mac->ops.check_link = ixgbe_check_link_t_X550em;
1619 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
H A Dixgbe_phy.c331 phy->ops.check_link = NULL;
H A Dixgbe_type.h3657 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member in struct:ixgbe_mac_operations
3729 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member in struct:ixgbe_phy_operations
H A Dif_ix.c2648 if (hw->mac.ops.check_link)

Completed in 214 milliseconds