Searched refs:s_ring_first (Results 1 – 3 of 3) sorted by relevance
244 mac_pkt_drop(NULL, NULL, softring->s_ring_first, B_FALSE); 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()435 while (((ringp->s_ring_first == NULL || in mac_soft_ring_worker()506 if (ringp->s_ring_first != NULL) in mac_soft_ring_intr_enable()549 head = tail = mp = ringp->s_ring_first; in mac_soft_ring_poll()556 head = ringp->s_ring_first; in mac_soft_ring_poll()557 ringp->s_ring_first = NULL; in mac_soft_ring_poll()574 ringp->s_ring_first = NULL; in mac_soft_ring_poll()[all …]
4624 (ringp)->s_ring_first = (mp); \4710 if (ringp->s_ring_first == NULL) { in mac_rx_soft_ring_process()4748 if ((ringp->s_ring_first == NULL) || in mac_rx_soft_ring_process()4772 ASSERT(ringp->s_ring_first != NULL); in mac_rx_soft_ring_process()4826 if (ringp->s_ring_first != NULL) in mac_tx_sring_enqueue()
73 mblk_t *s_ring_first; /* first mblk chain or NULL */ member