Home
last modified time | relevance | path

Searched refs:buf_ring_dequeue_sc (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/net/
H A Difq.c106 while ((m = (struct mbuf *)buf_ring_dequeue_sc(br)) != NULL) in drbr_flush()
119 return ((struct mbuf *)buf_ring_dequeue_sc(br)); in drbr_dequeue()
151 return ((struct mbuf *)buf_ring_dequeue_sc(br)); in drbr_dequeue_cond()
H A Difq.h364 while ((m = (struct mbuf *)buf_ring_dequeue_sc(br)) != NULL) in drbr_flush()
371 return ((struct mbuf *)buf_ring_dequeue_sc(br)); in drbr_dequeue()
389 return ((struct mbuf *)buf_ring_dequeue_sc(br)); in drbr_dequeue_cond()
H A Dif_ovpn.c2385 n = buf_ring_dequeue_sc(sc->notifring); in ovpn_flush_rxring()
/freebsd-14.2/sys/sys/
H A Dbuf_ring.h191 buf_ring_dequeue_sc(struct buf_ring *br) in buf_ring_dequeue_sc() function
/freebsd-14.2/sys/dev/liquidio/
H A Dlio_rxtx.c317 while ((m = buf_ring_dequeue_sc(iq->br)) != NULL) in lio_qflush()
/freebsd-14.2/sys/dev/ntb/if_ntb/
H A Dif_ntb.c411 while ((m = buf_ring_dequeue_sc(q->br)) != NULL) in ntb_qflush()
/freebsd-14.2/sys/dev/vnic/
H A Dnicvf_main.c701 while ((mbuf = buf_ring_dequeue_sc(sq->br)) != NULL) in nicvf_if_qflush()
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_ni.c2892 m = buf_ring_dequeue_sc(ch->xmit_br); in dpaa2_ni_tx_cleanup()
2921 buf = buf_ring_dequeue_sc(tx->br); in dpaa2_ni_tx()
/freebsd-14.2/sys/dev/netmap/
H A Dif_ptnet.c979 while ((m = buf_ring_dequeue_sc(pq->bufring))) { in ptnet_qflush()
/freebsd-14.2/sys/dev/xen/netfront/
H A Dnetfront.c2284 while ((m = buf_ring_dequeue_sc(txq->br)) != NULL) in xn_qflush()
/freebsd-14.2/share/man/man9/
H A DMakefile666 buf_ring.9 buf_ring_dequeue_sc.9 \
/freebsd-14.2/sys/dev/oce/
H A Doce_if.c670 while ((m = buf_ring_dequeue_sc(sc->wq[i]->br)) != NULL) in oce_multiq_flush()
/freebsd-14.2/sys/dev/hyperv/netvsc/
H A Dif_hn.c2776 txd = buf_ring_dequeue_sc(txr->hn_txdesc_br); in hn_txdesc_get()
6106 while ((m = buf_ring_dequeue_sc(txr->hn_mbuf_br)) != NULL) in hn_tx_ring_qflush()
/freebsd-14.2/sys/dev/neta/
H A Dif_mvneta.c1842 while ((m = buf_ring_dequeue_sc(tx->br)) != NULL) in mvneta_qflush()
/freebsd-14.2/sys/dev/virtio/network/
H A Dif_vtnet.c2950 while ((m = buf_ring_dequeue_sc(txq->vtntx_br)) != NULL) in vtnet_qflush()
/freebsd-14.2/sys/dev/mxge/
H A Dif_mxge.c2191 while ((m = buf_ring_dequeue_sc(tx->br)) != NULL) in mxge_qflush()
/freebsd-14.2/sys/dev/bxe/
H A Dbxe.c5797 while ((m = buf_ring_dequeue_sc(fp->tx_br)) != NULL) { in bxe_mq_flush()
6166 while ((m = buf_ring_dequeue_sc(fp->tx_br)) != NULL) in bxe_free_fp_buffers()