Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h119 struct hn_txdesc_list hn_txlist; member
H A Dif_hn.c2748 SLIST_INSERT_HEAD(&txr->hn_txlist, txd, link); in hn_txdesc_put()
2767 txd = SLIST_FIRST(&txr->hn_txlist); in hn_txdesc_get()
2772 SLIST_REMOVE_HEAD(&txr->hn_txlist, link); in hn_txdesc_get()
5186 SLIST_INIT(&txr->hn_txlist); in hn_tx_ring_create()
5315 SLIST_INSERT_HEAD(&txr->hn_txlist, txd, link); in hn_tx_ring_create()