| 6066 | } |
| 6067 | |
| 6068 | static void bnxt_uninit_fc_ctx_mem(struct bnxt *bp) |
| 6069 | { |
| 6070 | bnxt_unregister_fc_ctx_mem(bp); |
| 6071 | |
| 6072 | bnxt_free_ctx_mem_buf(&bp->flow_stat->rx_fc_in_tbl); |
| 6073 | bnxt_free_ctx_mem_buf(&bp->flow_stat->rx_fc_out_tbl); |
| 6074 | bnxt_free_ctx_mem_buf(&bp->flow_stat->tx_fc_in_tbl); |
| 6075 | bnxt_free_ctx_mem_buf(&bp->flow_stat->tx_fc_out_tbl); |
| 6076 | } |
| 6077 | |
| 6078 | static void bnxt_uninit_ctx_mem(struct bnxt *bp) |
| 6079 | { |
no test coverage detected