Searched refs:cmpl_ring_id (Results 1 – 1 of 1) sorted by relevance
7251 req->cmpl_ring_id = cpu_to_le16(bnxt_cp_ring_for_tx(bp, txr)); in hwrm_ring_alloc_send_msg()7583 u32 ring_type, int cmpl_ring_id) in hwrm_ring_free_send_msg() argument7597 req->cmpl_ring = cpu_to_le16(cmpl_ring_id); in hwrm_ring_free_send_msg()7619 u32 cmpl_ring_id; in bnxt_hwrm_tx_ring_free() local7624 cmpl_ring_id = close_path ? bnxt_cp_ring_for_tx(bp, txr) : in bnxt_hwrm_tx_ring_free()7627 cmpl_ring_id); in bnxt_hwrm_tx_ring_free()7637 u32 cmpl_ring_id; in bnxt_hwrm_rx_ring_free() local7642 cmpl_ring_id = bnxt_cp_ring_for_rx(bp, rxr); in bnxt_hwrm_rx_ring_free()7645 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_ring_free()7657 u32 type, cmpl_ring_id; in bnxt_hwrm_rx_agg_ring_free() local[all …]