Searched refs:link_up (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c61 ixgbe_link_speed *speed, bool *link_up,
423 bool link_up; local
451 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
452 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) {
643 * @link_up: TRUE is link is up, FALSE otherwise
649 ixgbe_link_speed *speed, bool *link_up,
673 *link_up = TRUE;
676 *link_up = FALSE;
688 *link_up = TRUE;
690 *link_up
648 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
[all...]
H A Dixgbe_x550.c2612 bool link_up = FALSE; local
2674 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
2675 if (link_up)
3131 * @link_up: address of boolean to indicate link status
3135 static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up) argument
3140 *link_up = FALSE;
3155 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS);
3175 bool link_up; local
3185 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
3189 if (!link_up)
3962 bool link_up; local
4195 bool link_up; local
4284 bool link_up; local
4681 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
[all...]
H A Dixgbe_vf.h128 bool *link_up, bool autoneg_wait_to_complete);
H A Dixgbe_common.c173 bool link_up; local
190 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
192 if (link_up)
3133 bool link_up; local
3150 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3151 if (!link_up) {
3490 bool link_up = 0; local
3505 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3507 if (!link_up) {
4250 * @link_up
4255 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
5405 bool autoneg, link_up = FALSE; local
[all...]
H A Dixgbe_82599.c795 bool link_up = FALSE; local
837 status = ixgbe_check_link(hw, &link_speed, &link_up,
842 if (link_up)
872 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
876 if (link_up)
886 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL))
1055 bool link_up = FALSE; local
1101 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
1102 if (link_up)
H A Dixgbe_api.h81 bool *link_up);
94 bool *link_up, bool link_up_wait_to_complete);
H A Dixgbe_x550.h118 bool *link_up, bool link_up_wait_to_complete);
H A Dixgbe_phy.h188 bool *link_up);
H A Dixgbe_api.c593 * @link_up: TRUE when link is up
599 bool *link_up)
602 link_up), IXGBE_NOT_IMPLEMENTED);
636 * @link_up: TRUE when link is up
642 bool *link_up, bool link_up_wait_to_complete)
645 link_up, link_up_wait_to_complete),
598 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
641 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
H A Dixgbe_vf.c645 * @link_up: TRUE is link is up, FALSE otherwise
651 bool *link_up, bool autoneg_wait_to_complete)
744 *link_up = !mac->get_link_status;
650 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool autoneg_wait_to_complete) argument
H A Dixgbe_common.h151 bool *link_up, bool link_up_wait_to_complete);
H A Dixgbe_x540.c1019 bool link_up; local
1031 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
1032 if (link_up == FALSE) {
H A Dixgbe.h510 bool link_up; member in struct:ixgbe_softc
H A Dixgbe_phy.c1009 * @link_up: TRUE is link is up, FALSE otherwise
1015 bool *link_up)
1027 *link_up = FALSE;
1045 *link_up = TRUE;
1014 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
H A Dixv.c817 hw->mac.ops.check_link(hw, &sc->link_speed, &sc->link_up,
1411 if (sc->link_up && sc->link_enabled) {
3603 &sc->link_up, FALSE);
3628 &sc->link_speed, &sc->link_up, FALSE);
H A Dixgbe.c1609 &sc->link_up, FALSE);
1626 sc->link_up);
5055 sc->link_up = FALSE;
5080 if (sc->link_up) {
7196 ixgbe_check_link(hw, &sc->link_speed, &sc->link_up, 0);
/netbsd-current/sys/dev/pci/
H A Dif_aq.c793 uint32_t link_up; member in struct:aq2_statistics_a0

Completed in 212 milliseconds