Home
last modified time | relevance | path

Searched refs:tx_fc_out_tbl (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c542 &bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
549 bp->flow_stat->tx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
550 (void *)((uintptr_t)bp->flow_stat->tx_fc_out_tbl.dma), in bnxt_register_fc_ctx_mem()
551 bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
564 memset(bp->flow_stat->tx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
566 bp->flow_stat->tx_fc_out_tbl.size); in bnxt_register_fc_ctx_mem()
569 bp->flow_stat->tx_fc_out_tbl.ctx_id, in bnxt_register_fc_ctx_mem()
636 &bp->flow_stat->tx_fc_out_tbl); in bnxt_init_fc_ctx_mem()
5921 bp->flow_stat->tx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem()
5939 bp->flow_stat->tx_fc_out_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()
[all …]
H A Dbnxt.h590 struct bnxt_ctx_mem_buf_info tx_fc_out_tbl; member