Searched refs:hvn_txd_put (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c489 static void hvn_txd_put(struct hvn_tx_ring *, struct hvn_tx_desc *);
1150 hvn_txd_put(txr, txd);
1742 hvn_txd_put(txr, txd);
1747 * associated mbuf, so don't free it in hvn_txd_put();
1748 * only unload it from the DMA map in hvn_txd_put(),
1752 hvn_txd_put(txr, txd);
1784 hvn_txd_put(txr, txd);
2239 hvn_txd_put(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd) function
2269 hvn_txd_put(txr, tmp_txd);
2306 hvn_txd_put(tx
[all...]

Completed in 87 milliseconds