Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2697 struct hn_txdesc *tmp_txd; in hn_txdesc_put() local
2699 while ((tmp_txd = STAILQ_FIRST(&txd->agg_list)) != NULL) { in hn_txdesc_put()
2702 KASSERT(STAILQ_EMPTY(&tmp_txd->agg_list), in hn_txdesc_put()
2704 KASSERT((tmp_txd->flags & HN_TXD_FLAG_ONAGG), in hn_txdesc_put()
2706 KASSERT((tmp_txd->flags & HN_TXD_FLAG_DMAMAP) == 0, in hn_txdesc_put()
2708 KASSERT(tmp_txd->chim_index == HN_NVS_CHIM_IDX_INVALID, in hn_txdesc_put()
2711 KASSERT(tmp_txd->chim_size == 0, in hn_txdesc_put()
2716 tmp_txd->flags &= ~HN_TXD_FLAG_ONAGG; in hn_txdesc_put()
2717 freed = hn_txdesc_put(txr, tmp_txd); in hn_txdesc_put()
3277 const struct hn_txdesc *tmp_txd; in hn_txpkt() local
[all …]