Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h283 int bnxt_hwrm_ctx_unrgtr(struct bnxt *bp, uint16_t ctx_id);
H A Dbnxt_ethdev.c5341 bnxt_hwrm_ctx_unrgtr(bp, bp->flow_stat->rx_fc_in_tbl.ctx_id); in bnxt_unregister_fc_ctx_mem()
5345 bnxt_hwrm_ctx_unrgtr(bp, bp->flow_stat->rx_fc_out_tbl.ctx_id); 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()
5353 bnxt_hwrm_ctx_unrgtr(bp, bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_unregister_fc_ctx_mem()
H A Dbnxt_hwrm.c5592 int bnxt_hwrm_ctx_unrgtr(struct bnxt *bp, uint16_t ctx_id) in bnxt_hwrm_ctx_unrgtr() function