Searched refs:cmpl_ring_id (Results 1 – 3 of 3) sorted by relevance
2057 u32 cmpl_ring_id; in bnge_hwrm_rx_ring_free() local2062 cmpl_ring_id = bnge_cp_ring_for_rx(rxr); in bnge_hwrm_rx_ring_free()2065 close_path ? cmpl_ring_id : in bnge_hwrm_rx_ring_free()2077 u32 cmpl_ring_id; in bnge_hwrm_rx_agg_ring_free() local2082 cmpl_ring_id = bnge_cp_ring_for_rx(rxr); in bnge_hwrm_rx_agg_ring_free()2084 close_path ? cmpl_ring_id : in bnge_hwrm_rx_agg_ring_free()2095 u32 cmpl_ring_id; in bnge_hwrm_tx_ring_free() local2100 cmpl_ring_id = close_path ? bnge_cp_ring_for_tx(txr) : in bnge_hwrm_tx_ring_free()2103 cmpl_ring_id); in bnge_hwrm_tx_ring_free()
1042 u32 ring_type, int cmpl_ring_id) in hwrm_ring_free_send_msg() argument1052 req->cmpl_ring = cpu_to_le16(cmpl_ring_id); in hwrm_ring_free_send_msg()1105 req->cmpl_ring_id = cpu_to_le16(bnge_cp_ring_for_tx(txr)); in hwrm_ring_alloc_send_msg()
7158 req->cmpl_ring_id = cpu_to_le16(bnxt_cp_ring_for_tx(bp, txr)); in hwrm_ring_alloc_send_msg()7490 u32 ring_type, int cmpl_ring_id) in hwrm_ring_free_send_msg() argument7504 req->cmpl_ring = cpu_to_le16(cmpl_ring_id); in hwrm_ring_free_send_msg()7526 u32 cmpl_ring_id; in bnxt_hwrm_tx_ring_free() local7531 cmpl_ring_id = close_path ? bnxt_cp_ring_for_tx(bp, txr) : in bnxt_hwrm_tx_ring_free()7534 cmpl_ring_id); in bnxt_hwrm_tx_ring_free()7544 u32 cmpl_ring_id; in bnxt_hwrm_rx_ring_free() local7549 cmpl_ring_id = bnxt_cp_ring_for_rx(bp, rxr); in bnxt_hwrm_rx_ring_free()7552 close_path ? cmpl_ring_id : in bnxt_hwrm_rx_ring_free()7564 u32 type, cmpl_ring_id; in bnxt_hwrm_rx_agg_ring_free() local[all …]