Searched refs:IXGBE_ERROR (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_rx.c | 160 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_rx_copy() 235 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_rx_bind() 309 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_lro_bind() 423 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_lro_copy() 565 (ixgbe->ixgbe_state & IXGBE_ERROR) || in ixgbe_ring_rx() 582 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_ring_rx() 748 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_ring_rx()
|
H A D | ixgbe_tx.c | 139 (ixgbe->ixgbe_state & IXGBE_ERROR) || in ixgbe_ring_tx() 1079 atomic_or_32(&tx_ring->ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_tx_fill_ring() 1148 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_tx_recycle_legacy() 1306 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_tx_recycle_head_wb()
|
H A D | ixgbe_sw.h | 92 #define IXGBE_ERROR 0x80 macro
|
H A D | ixgbe_main.c | 1958 atomic_and_32(&ixgbe->ixgbe_state, ~(IXGBE_ERROR in ixgbe_start() 4090 if (ixgbe->ixgbe_state & IXGBE_ERROR) { in ixgbe_local_timer() 4820 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_intr_legacy() 4934 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_intr_msi() 5035 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_intr_msix()
|