Home
last modified time | relevance | path

Searched refs:TX_BD_LONG_FLAGS_NO_CMPL (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h17 #define TX_BD_FLAGS_NOCMPL (TX_BD_FLAGS_CMPL | TX_BD_LONG_FLAGS_NO_CMPL)
H A Dbnxt_txr.c192 txbd->flags_type |= TX_BD_LONG_FLAGS_NO_CMPL; in bnxt_start_xmit()
523 last_txbd->flags_type &= ~TX_BD_LONG_FLAGS_NO_CMPL; in bnxt_xmit_pkts()
H A Dbnxt_rxtx_vec_sse.c409 txbd[-1].flags_type &= ~TX_BD_LONG_FLAGS_NO_CMPL; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_neon.c412 txbd->flags_type &= ~TX_BD_LONG_FLAGS_NO_CMPL; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_avx2.c535 txbd[-1].flags_type &= ~TX_BD_LONG_FLAGS_NO_CMPL; in bnxt_xmit_fixed_burst_vec()
H A Dhsi_struct_def_dpdk.h2563 #define TX_BD_LONG_FLAGS_NO_CMPL UINT32_C(0x80) macro