Searched refs:IXGBE_ERROR (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_rx.c | 159 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_rx_copy() 234 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_rx_bind() 308 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_lro_bind() 422 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_lro_copy() 564 (ixgbe->ixgbe_state & IXGBE_ERROR) || in ixgbe_ring_rx() 581 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_ring_rx() 747 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_ring_rx()
|
H A D | ixgbe_tx.c | 106 (ixgbe->ixgbe_state & IXGBE_ERROR) || in ixgbe_ring_tx() 1166 atomic_or_32(&tx_ring->ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_tx_fill_ring() 1235 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_tx_recycle_legacy() 1408 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_tx_recycle_head_wb()
|
H A D | ixgbe_sw.h | 88 #define IXGBE_ERROR 0x80 macro
|
H A D | ixgbe_main.c | 1701 atomic_and_32(&ixgbe->ixgbe_state, ~(IXGBE_ERROR in ixgbe_start() 3537 if (ixgbe->ixgbe_state & IXGBE_ERROR) { in ixgbe_local_timer() 4243 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_intr_legacy() 4354 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_intr_msi() 4452 atomic_or_32(&ixgbe->ixgbe_state, IXGBE_ERROR); in ixgbe_intr_msix()
|