Home
last modified time | relevance | path

Searched refs:rr_sqp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c456 if (ip_squeue_cpu_move(rx_ring->rr_sqp, cpuid) != -1) in ip_squeue_bind_ring()
518 rx_ring->rr_sqp = sq; in ip_squeue_add_ring()
557 sqp = rx_ring->rr_sqp; in ip_squeue_clean_ring()
611 sqp = rx_ring->rr_sqp; in ip_squeue_quiesce_ring()
633 sqp = rx_ring->rr_sqp; in ip_squeue_restart_ring()
678 if ((ill_rx_ring == NULL) || ((sqp = ill_rx_ring->rr_sqp) == NULL)) in ip_squeue_get()
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c1152 rx_ring->rr_sqp = NULL; in squeue_worker_thr_control()
H A Dip.h3617 squeue_t *rr_sqp; /* Squeue the ring is bound to */ member