Searched refs:adapter_stopped (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_hw.c120 if(hw->adapter_stopped) {
128 hw->adapter_stopped = TRUE;
323 hw->adapter_stopped = FALSE;
983 if(hw->adapter_stopped) {
H A Dixgb_hw.h711 boolean_t adapter_stopped; /* State of adapter */ member in struct:ixgb_hw
H A Dif_ixgb.c1191 adapter->hw.adapter_stopped = FALSE;
1316 adapter->hw.adapter_stopped = FALSE;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c148 hw->adapter_stopped = FALSE;
245 * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts,
246 * disables transmit and receive units. The adapter_stopped flag is used by
256 * Set the adapter_stopped flag so other driver functions stop touching
259 hw->adapter_stopped = TRUE;
H A Dif_ixv.c566 hw->adapter_stopped = FALSE;
1074 adapter->hw.adapter_stopped = FALSE;
H A Dixgbe_common.c443 hw->adapter_stopped = FALSE;
1106 * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts,
1107 * disables transmit and receive units. The adapter_stopped flag is used by
1119 * Set the adapter_stopped flag so other driver functions stop touching
1122 hw->adapter_stopped = TRUE;
H A Dif_ix.c2878 hw->adapter_stopped = FALSE;
3627 hw->adapter_stopped = FALSE;
H A Dixgbe_type.h4130 bool adapter_stopped; member in struct:ixgbe_hw
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_type.h704 bool adapter_stopped; member in struct:i40e_hw

Completed in 293 milliseconds