Home
last modified time | relevance | path

Searched refs:ice_txd_enable_offload (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_avx2.c822 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 Dice_rxtx_vec_avx512.c1093 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 Dice_rxtx_vec_common.h360 ice_txd_enable_offload(struct rte_mbuf *tx_pkt, in ice_txd_enable_offload() function