Searched refs:hn_mbuf_br (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/hyperv/netvsc/ |
| D | if_hnvar.h | 137 struct buf_ring *hn_mbuf_br; member
|
| D | if_hn.c | 5244 txr->hn_mbuf_br = buf_ring_alloc(br_depth, M_DEVBUF, in hn_tx_ring_create() 5460 if (txr->hn_mbuf_br != NULL) in hn_tx_ring_destroy() 5461 buf_ring_free(txr->hn_mbuf_br, M_DEVBUF); in hn_tx_ring_destroy() 5912 while ((m_head = drbr_peek(ifp, txr->hn_mbuf_br)) != NULL) { in hn_xmit() 5922 drbr_putback(ifp, txr->hn_mbuf_br, m_head); in hn_xmit() 5930 drbr_putback(ifp, txr->hn_mbuf_br, m_head); in hn_xmit() 5940 drbr_advance(ifp, txr->hn_mbuf_br); in hn_xmit() 5958 drbr_putback(ifp, txr->hn_mbuf_br, in hn_xmit() 5975 drbr_advance(ifp, txr->hn_mbuf_br); in hn_xmit() 6102 error = drbr_enqueue(ifp, txr->hn_mbuf_br, m); in hn_transmit() [all …]
|