Home
last modified time | relevance | path

Searched refs:bnxt_xmit_flags_len (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_avx2.c429 bnxt_xmit_flags_len(mbuf->data_len, TX_BD_FLAGS_NOCMPL); in bnxt_xmit_one()
495 bnxt_xmit_flags_len(tx_buf[0]->data_len, in bnxt_xmit_fixed_burst_vec()
500 bnxt_xmit_flags_len(tx_buf[1]->data_len, in bnxt_xmit_fixed_burst_vec()
507 bnxt_xmit_flags_len(tx_buf[2]->data_len, in bnxt_xmit_fixed_burst_vec()
512 bnxt_xmit_flags_len(tx_buf[3]->data_len, in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_common.h20 bnxt_xmit_flags_len(uint16_t len, uint16_t flags) in bnxt_xmit_flags_len() function
H A Dbnxt_rxtx_vec_sse.c354 bnxt_xmit_flags_len(mbuf->data_len, in bnxt_xmit_one()
H A Dbnxt_rxtx_vec_neon.c403 txbd->flags_type = bnxt_xmit_flags_len(tx_mbuf->data_len, in bnxt_xmit_fixed_burst_vec()