Searched refs:close_path (Results 1 – 1 of 1) sorted by relevance
7616 bool close_path) in bnxt_hwrm_tx_ring_free() argument7624 cmpl_ring_id = close_path ? bnxt_cp_ring_for_tx(bp, txr) : in bnxt_hwrm_tx_ring_free()7633 bool close_path) in bnxt_hwrm_rx_ring_free() argument7645 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_ring_free()7653 bool close_path) in bnxt_hwrm_rx_agg_ring_free() argument7669 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_agg_ring_free()7702 static void bnxt_hwrm_ring_free(struct bnxt *bp, bool close_path) in bnxt_hwrm_ring_free() argument7711 bnxt_hwrm_tx_ring_free(bp, &bp->tx_ring[i], close_path); in bnxt_hwrm_ring_free()7715 bnxt_hwrm_rx_ring_free(bp, &bp->rx_ring[i], close_path); in bnxt_hwrm_ring_free()7716 bnxt_hwrm_rx_agg_ring_free(bp, &bp->rx_ring[i], close_path); in bnxt_hwrm_ring_free()[all …]