Searched refs:tx_fc_in_tbl (Results 1 – 3 of 3) sorted by relevance
521 rc = bnxt_hwrm_ctx_rgtr(bp, bp->flow_stat->tx_fc_in_tbl.dma, in bnxt_register_fc_ctx_mem()522 &bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()529 bp->flow_stat->tx_fc_in_tbl.va, in bnxt_register_fc_ctx_mem()530 (void *)((uintptr_t)bp->flow_stat->tx_fc_in_tbl.dma), in bnxt_register_fc_ctx_mem()531 bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()618 &bp->flow_stat->tx_fc_in_tbl); in bnxt_init_fc_ctx_mem()5348 if (bp->flow_stat->tx_fc_in_tbl.ctx_id != BNXT_CTX_VAL_INVAL) in bnxt_unregister_fc_ctx_mem()5349 bnxt_hwrm_ctx_unrgtr(bp, bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_unregister_fc_ctx_mem()5350 bp->flow_stat->tx_fc_in_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()5363 bnxt_free_ctx_mem_buf(&bp->flow_stat->tx_fc_in_tbl); in bnxt_uninit_fc_ctx_mem()
607 struct bnxt_ctx_mem_buf_info tx_fc_in_tbl; member
5674 flow_ctx_id = bp->flow_stat->tx_fc_in_tbl.ctx_id; in bnxt_hwrm_cfa_counter_qstats()