Searched refs:s_ring_first (Results 1 – 3 of 3) sorted by relevance
245 mac_pkt_drop(NULL, NULL, softring->s_ring_first, B_FALSE); in mac_soft_ring_free()376 while ((ringp->s_ring_first != NULL) && in mac_rx_soft_ring_drain()378 mp = ringp->s_ring_first; in mac_rx_soft_ring_drain()379 ringp->s_ring_first = NULL; in mac_rx_soft_ring_drain()436 while (((ringp->s_ring_first == NULL || in mac_soft_ring_worker()507 if (ringp->s_ring_first != NULL) in mac_soft_ring_intr_enable()550 head = tail = mp = ringp->s_ring_first; in mac_soft_ring_poll()557 head = ringp->s_ring_first; in mac_soft_ring_poll()558 ringp->s_ring_first = NULL; in mac_soft_ring_poll()575 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()
74 mblk_t *s_ring_first; /* first mblk chain or NULL */ member