Searched refs:tx_fc_in_tbl (Results 1 – 3 of 3) sorted by relevance
529 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()
589 struct bnxt_ctx_mem_buf_info tx_fc_in_tbl; member
5978 flow_ctx_id = bp->flow_stat->tx_fc_in_tbl.ctx_id; in bnxt_hwrm_cfa_counter_qstats()