Lines Matching refs:rx_ring
181 #define SQS_POLLING_ON(sqp, sq_poll_capable, rx_ring) { \ argument
184 ASSERT(rx_ring != NULL); \
187 if (rx_ring->rr_intr_disable(rx_ring->rr_intr_handle)) \
193 #define SQS_POLLING_OFF(sqp, sq_poll_capable, rx_ring) { \ argument
196 ASSERT(rx_ring != NULL); \
200 rx_ring->rr_intr_enable(rx_ring->rr_intr_handle); \
1205 ill_rx_ring_t *rx_ring; in squeue_worker_thr_control() local
1254 rx_ring = sqp->sq_rx_ring; in squeue_worker_thr_control()
1255 ill = rx_ring->rr_ill; in squeue_worker_thr_control()
1278 rx_ring->rr_sqp = NULL; in squeue_worker_thr_control()
1284 rx_ring->rr_rx_handle = NULL; in squeue_worker_thr_control()
1285 rx_ring->rr_intr_handle = NULL; in squeue_worker_thr_control()
1286 rx_ring->rr_intr_enable = NULL; in squeue_worker_thr_control()
1287 rx_ring->rr_intr_disable = NULL; in squeue_worker_thr_control()