Searched refs:txof (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_mbuf.c | 1416 } txof; in test_tx_offload() local 1420 txof.l2 = rte_rand() % (1 << RTE_MBUF_L2_LEN_BITS); in test_tx_offload() 1421 txof.l3 = rte_rand() % (1 << RTE_MBUF_L3_LEN_BITS); in test_tx_offload() 1422 txof.l4 = rte_rand() % (1 << RTE_MBUF_L4_LEN_BITS); in test_tx_offload() 1423 txof.tso = rte_rand() % (1 << RTE_MBUF_TSO_SEGSZ_BITS); in test_tx_offload() 1434 txof.l2, txof.l3, txof.l4, txof.tso, txof.l3, txof.l2); in test_tx_offload() 1447 set_tx_offload(mb + i, txof.l2, txof.l3, txof.l4, in test_tx_offload() 1448 txof.tso, txof.l3, txof.l2); in test_tx_offload() 1461 mb[i].tx_offload = rte_mbuf_tx_offload(txof.l2, txof.l3, in test_tx_offload() 1462 txof.l4, txof.tso, txof.l3, txof.l2, 0); in test_tx_offload()
|