Home
last modified time | relevance | path

Searched refs:ST_RING_WORKER_ONLY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h389 #define ST_RING_WORKER_ONLY 0x0001 /* Worker thread only */ macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c224 ringp->s_ring_type |= ST_RING_WORKER_ONLY; in mac_soft_ring_create()
H A Dmac_datapath_setup.c3820 soft_ring_type |= ST_RING_WORKER_ONLY; in mac_tx_srs_add_ring()
3985 ST_RING_WORKER_ONLY; in mac_tx_srs_setup()
H A Dmac_sched.c4678 !(ringp->s_ring_type & ST_RING_WORKER_ONLY)) { in mac_rx_soft_ring_process()
4898 if (ringp->s_ring_type & ST_RING_WORKER_ONLY) { in mac_tx_soft_ring_process()