Searched refs:agg_txd (Results 1 – 2 of 2) sorted by relevance
233 txq->agg_txd = NULL; in hn_reset_txagg()1150 struct hn_txdesc *txd = txq->agg_txd; in hn_append_to_chim()1179 struct hn_txdesc *txd = txq->agg_txd; in hn_flush_txagg()1224 struct hn_txdesc *agg_txd = txq->agg_txd; in hn_try_txagg() local1228 if (agg_txd) { in hn_try_txagg()1244 agg_txd->chim_size += padding; in hn_try_txagg()1272 txq->agg_txd = txd; in hn_try_txagg()1542 if (txq->agg_txd && hn_flush_txagg(txq, &need_sig)) in hn_xmit_pkts()
72 struct hn_txdesc *agg_txd; member