Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c245 mac_drop_chain(softring->s_ring_first, "softring free"); in mac_soft_ring_free()
375 while ((ringp->s_ring_first != NULL) && in mac_rx_soft_ring_drain()
377 mp = ringp->s_ring_first; in mac_rx_soft_ring_drain()
378 ringp->s_ring_first = NULL; in mac_rx_soft_ring_drain()
432 while (((ringp->s_ring_first == NULL || in mac_soft_ring_worker()
503 if (ringp->s_ring_first != NULL) in mac_soft_ring_intr_enable()
547 head = tail = mp = ringp->s_ring_first; in mac_soft_ring_poll()
554 head = ringp->s_ring_first; in mac_soft_ring_poll()
555 ringp->s_ring_first = NULL; in mac_soft_ring_poll()
572 ringp->s_ring_first = NULL; in mac_soft_ring_poll()
[all …]
H A Dmac_sched.c4607 (ringp)->s_ring_first = (mp); \
4694 if (ringp->s_ring_first == NULL) { in mac_rx_soft_ring_process()
4732 if ((ringp->s_ring_first == NULL) || in mac_rx_soft_ring_process()
4756 ASSERT(ringp->s_ring_first != NULL); in mac_rx_soft_ring_process()
4810 if (ringp->s_ring_first != NULL) in mac_tx_sring_enqueue()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h74 mblk_t *s_ring_first; /* first mblk chain or NULL */ member