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

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 867 if (hw->phy.reset_disable == FALSE) {
ixgbe_x550.c 818 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw))
2381 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw))
2661 if (!hw->phy.reset_disable && hw->phy.ops.reset) {
ixgbe_82599.c 1085 if (hw->phy.reset_disable == FALSE && hw->phy.ops.reset != NULL)
ixgbe.c 3905 hw->phy.reset_disable = true;
3911 hw->phy.reset_disable = false;
ixgbe_type.h 4231 bool reset_disable; member in struct:ixgbe_phy_info

Completed in 35 milliseconds