Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c2710 struct hn_txdesc *tmp_txd; in hn_txdesc_put() local
2715 KASSERT(STAILQ_EMPTY(&tmp_txd->agg_list), in hn_txdesc_put()
2717 KASSERT((tmp_txd->flags & HN_TXD_FLAG_ONAGG), in hn_txdesc_put()
2719 KASSERT((tmp_txd->flags & HN_TXD_FLAG_DMAMAP) == 0, in hn_txdesc_put()
2721 KASSERT(tmp_txd->chim_index == HN_NVS_CHIM_IDX_INVALID, in hn_txdesc_put()
2724 KASSERT(tmp_txd->chim_size == 0, in hn_txdesc_put()
2729 tmp_txd->flags &= ~HN_TXD_FLAG_ONAGG; in hn_txdesc_put()
2730 freed = hn_txdesc_put(txr, tmp_txd); in hn_txdesc_put()
3290 const struct hn_txdesc *tmp_txd; in hn_txpkt() local
3293 STAILQ_FOREACH(tmp_txd, &txd->agg_list, agg_link) in hn_txpkt()
[all …]