Lines Matching refs:rx_ring
180 #define SQS_POLLING_ON(sqp, sq_poll_capable, rx_ring) { \ argument
183 ASSERT(rx_ring != NULL); \
186 if (rx_ring->rr_intr_disable(rx_ring->rr_intr_handle)) \
192 #define SQS_POLLING_OFF(sqp, sq_poll_capable, rx_ring) { \ argument
195 ASSERT(rx_ring != NULL); \
199 rx_ring->rr_intr_enable(rx_ring->rr_intr_handle); \
1079 ill_rx_ring_t *rx_ring; in squeue_worker_thr_control() local
1128 rx_ring = sqp->sq_rx_ring; in squeue_worker_thr_control()
1129 ill = rx_ring->rr_ill; in squeue_worker_thr_control()
1152 rx_ring->rr_sqp = NULL; in squeue_worker_thr_control()
1158 rx_ring->rr_rx_handle = NULL; in squeue_worker_thr_control()
1159 rx_ring->rr_intr_handle = NULL; in squeue_worker_thr_control()
1160 rx_ring->rr_intr_enable = NULL; in squeue_worker_thr_control()
1161 rx_ring->rr_intr_disable = NULL; in squeue_worker_thr_control()