Searched refs:agg_align (Results 1 – 2 of 2) sorted by relevance
69 uint32_t agg_align; member
306 txq->agg_align = hv->rndis_agg_align; in hn_dev_tx_queue_setup()1242 padding = RTE_ALIGN(olen, txq->agg_align) - olen; in hn_try_txagg()1253 if (txq->agg_szleft < HN_PKTSIZE_MIN(txq->agg_align)) { in hn_try_txagg()1521 RTE_ALIGN(pkt_size, txq->agg_align) > txq->agg_szleft) { in hn_xmit_pkts()