Searched refs:ice_txd_enable_offload (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx_vec_avx2.c | 822 ice_txd_enable_offload(pkt, &high_qw); in ice_vtx1() 849 ice_txd_enable_offload(pkt[3], &hi_qw3); in ice_vtx() 855 ice_txd_enable_offload(pkt[2], &hi_qw2); in ice_vtx() 861 ice_txd_enable_offload(pkt[1], &hi_qw1); in ice_vtx() 867 ice_txd_enable_offload(pkt[0], &hi_qw0); in ice_vtx()
|
| H A D | ice_rxtx_vec_avx512.c | 1093 ice_txd_enable_offload(pkt, &high_qw); in ice_vtx1() 1113 ice_txd_enable_offload(pkt[3], &hi_qw3); in ice_vtx() 1119 ice_txd_enable_offload(pkt[2], &hi_qw2); in ice_vtx() 1125 ice_txd_enable_offload(pkt[1], &hi_qw1); in ice_vtx() 1131 ice_txd_enable_offload(pkt[0], &hi_qw0); in ice_vtx()
|
| H A D | ice_rxtx_vec_common.h | 360 ice_txd_enable_offload(struct rte_mbuf *tx_pkt, in ice_txd_enable_offload() function
|