Lines Matching refs:rx_fc_out_tbl
517 rc = bnxt_hwrm_ctx_rgtr(bp, bp->flow_stat->rx_fc_out_tbl.dma, in bnxt_register_fc_ctx_mem()
518 &bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
525 bp->flow_stat->rx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
526 (void *)((uintptr_t)bp->flow_stat->rx_fc_out_tbl.dma), in bnxt_register_fc_ctx_mem()
527 bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
553 memset(bp->flow_stat->rx_fc_out_tbl.va, in bnxt_register_fc_ctx_mem()
555 bp->flow_stat->rx_fc_out_tbl.size); in bnxt_register_fc_ctx_mem()
558 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_register_fc_ctx_mem()
618 &bp->flow_stat->rx_fc_out_tbl); in bnxt_init_fc_ctx_mem()
5915 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem()
5929 if (bp->flow_stat->rx_fc_out_tbl.ctx_id != BNXT_CTX_VAL_INVAL) in bnxt_unregister_fc_ctx_mem()
5930 bnxt_hwrm_ctx_unrgtr(bp, bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_unregister_fc_ctx_mem()
5931 bp->flow_stat->rx_fc_out_tbl.ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_unregister_fc_ctx_mem()
5947 bnxt_free_ctx_mem_buf(&bp->flow_stat->rx_fc_out_tbl); in bnxt_uninit_fc_ctx_mem()