Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c529 rc = bnxt_hwrm_ctx_rgtr(bp, bp->flow_stat->tx_fc_in_tbl.dma, in bnxt_register_fc_ctx_mem()
530 &bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
537 bp->flow_stat->tx_fc_in_tbl.va, in bnxt_register_fc_ctx_mem()
538 (void *)((uintptr_t)bp->flow_stat->tx_fc_in_tbl.dma), in bnxt_register_fc_ctx_mem()
539 bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
627 &bp->flow_stat->tx_fc_in_tbl); in bnxt_init_fc_ctx_mem()
5933 if (bp->flow_stat->tx_fc_in_tbl.ctx_id != BNXT_CTX_VAL_INVAL) in bnxt_unregister_fc_ctx_mem()
5934 bnxt_hwrm_ctx_unrgtr(bp, bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_unregister_fc_ctx_mem()
5935 bp->flow_stat->tx_fc_in_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()
5948 bnxt_free_ctx_mem_buf(&bp->flow_stat->tx_fc_in_tbl); in bnxt_uninit_fc_ctx_mem()
H A Dbnxt.h589 struct bnxt_ctx_mem_buf_info tx_fc_in_tbl; member
H A Dbnxt_hwrm.c5978 flow_ctx_id = bp->flow_stat->tx_fc_in_tbl.ctx_id; in bnxt_hwrm_cfa_counter_qstats()