Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/netfront/
HDnetfront.c227 #define tx_mbufs xn_cdata.xn_tx_chain macro
658 if (sc->tx_mbufs[i] != NULL) { in xn_free_tx_ring()
659 m_freem(sc->tx_mbufs[i]); in xn_free_tx_ring()
689 m = np->tx_mbufs[i]; in netif_release_tx_bufs()
703 add_id_to_freelist(np->tx_mbufs, i); in netif_release_tx_bufs()
978 m = np->tx_mbufs[id]; in xn_txeof()
1002 np->tx_mbufs[id] = NULL; in xn_txeof()
1003 add_id_to_freelist(np->tx_mbufs, id); in xn_txeof()
1368 id = get_id_from_freelist(sc->tx_mbufs); in xn_assemble_tx_request()
1376 sc->tx_mbufs[id] = m; in xn_assemble_tx_request()
[all …]