Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7616 bool close_path) in bnxt_hwrm_tx_ring_free() argument
7624 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() argument
7645 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_ring_free()
7653 bool close_path) in bnxt_hwrm_rx_agg_ring_free() argument
7669 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() argument
7711 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 …]