Searched refs:txof (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 1413 } txof; in test_tx_offload() local 1417 txof.l2 = rte_rand() % (1 << RTE_MBUF_L2_LEN_BITS); in test_tx_offload() 1418 txof.l3 = rte_rand() % (1 << RTE_MBUF_L3_LEN_BITS); in test_tx_offload() 1419 txof.l4 = rte_rand() % (1 << RTE_MBUF_L4_LEN_BITS); in test_tx_offload() 1420 txof.tso = rte_rand() % (1 << RTE_MBUF_TSO_SEGSZ_BITS); in test_tx_offload() 1431 txof.l2, txof.l3, txof.l4, txof.tso, txof.l3, txof.l2); in test_tx_offload() 1444 set_tx_offload(mb + i, txof.l2, txof.l3, txof.l4, in test_tx_offload() 1445 txof.tso, txof.l3, txof.l2); in test_tx_offload() 1458 mb[i].tx_offload = rte_mbuf_tx_offload(txof.l2, txof.l3, in test_tx_offload() 1459 txof.l4, txof.tso, txof.l3, txof.l2, 0); in test_tx_offload()
|