Lines Matching refs:is_tx
28 #define RING_TYPE(ring) ((ring)->is_tx ? "TX ring" : "RX ring")
56 if (!ring->is_tx)
100 if (ring->is_tx)
179 io += ring->is_tx ? REG_TX_RING_BASE : REG_RX_RING_BASE;
187 io += ring->is_tx ? REG_TX_OPTIONS_BASE : REG_RX_OPTIONS_BASE;
251 if (ring->is_tx) {
257 if (ring->is_tx)
298 if (!ring->is_tx) {
365 if (!ring->is_tx) {
438 if (ring->is_tx)
511 if (ring->flags & RING_FLAG_E2E && !ring->is_tx) {
528 if (ring->is_tx) {
552 if (ring->is_tx && nhi->tx_rings[ring->hop]) {
558 if (!ring->is_tx && nhi->rx_rings[ring->hop]) {
565 if (ring->is_tx)
598 ring->is_tx = transmit;
706 if (ring->is_tx) {
723 if (!ring->is_tx) {
816 if (ring->is_tx)