/src/sys/dev/pci/ixgbe/ |
ixgbe_x540.c | 1019 bool link_up; local in function:ixgbe_blink_led_start_X540 1031 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); 1032 if (link_up == FALSE) { 1037 /* Set the LED to LINK_UP + BLINK. */
|
ixgbe_82598.c | 61 ixgbe_link_speed *speed, bool *link_up, 423 bool link_up; local in function:ixgbe_fc_enable_82598 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 = FALSE [all...] |
ixgbe_82599.c | 795 bool link_up = FALSE; local in function:ixgbe_setup_mac_link_smartspeed 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 in function:ixgbe_reset_hw_82599 1101 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); 1102 if (link_up)
|
ixgbe_x550.c | 2612 bool link_up = FALSE; local in function:ixgbe_reset_hw_X550em 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) 3140 *link_up = FALSE; 3155 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); 3175 bool link_up; local in function:ixgbe_setup_internal_phy_t_x550em 3185 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); 3189 if (!link_up) 3962 bool link_up; local in function:ixgbe_enter_lplu_t_x550em 4195 bool link_up; local in function:ixgbe_fc_autoneg_backplane_x550em_a 4284 bool link_up; local in function:ixgbe_fc_autoneg_sgmii_x550em_a [all...] |
ixgbe_common.c | 173 bool link_up; local in function:ixgbe_device_supports_autoneg_fc 190 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); 192 if (link_up) 3133 bool link_up; local in function:ixgbe_fc_autoneg 3150 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); 3151 if (!link_up) { 3490 bool link_up = 0; local in function:ixgbe_blink_led_start_generic 3505 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); 3507 if (!link_up) { 4250 * @link_up: TRUE when link is u 5405 bool autoneg, link_up = FALSE; local in function:ixgbe_setup_mac_link_multispeed_fiber [all...] |
ixgbe.h | 510 bool link_up; member in struct:ixgbe_softc
|
/src/sys/dev/pci/ |
if_aq.c | 793 uint32_t link_up; member in struct:aq2_statistics_a0
|