HomeSort by: relevance | last modified time | path
    Searched defs:txd_refs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvn.c 179 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)
2299 KASSERTMSG(txd->txd_refs == 0 || txd->txd_refs == 1,
2300 "invalid txd refs %d", txd->txd_refs);
2303 if (txd->txd_refs > 0 && !ISSET(txd->txd_flags, HVN_TXD_FLAG_ONAGG))
2312 KASSERTMSG(txd->txd_refs > 0, "invalid txd refs %d", txd->txd_refs)
    [all...]

Completed in 14 milliseconds