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

/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c179 u_int txd_refs; member in struct:hvn_tx_desc
2233 txd->txd_refs = 1;
2248 KASSERTMSG(txd->txd_refs > 0, "invalid txd refs %d", txd->txd_refs);
2249 if (atomic_dec_uint_nv(&txd->txd_refs) != 0)
2301 KASSERTMSG(txd->txd_refs == 0 || txd->txd_refs == 1,
2302 "invalid txd refs %d", txd->txd_refs);
2305 if (txd->txd_refs > 0 && !ISSET(txd->txd_flags, HVN_TXD_FLAG_ONAGG))
2314 KASSERTMSG(txd->txd_refs >
[all...]

Completed in 104 milliseconds