Searched refs:ath12k_dp_srng_setup (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp.c | 228 int ath12k_dp_srng_setup(struct ath12k_base *ab, struct dp_srng *ring, in ath12k_dp_srng_setup() function 478 ret = ath12k_dp_srng_setup(ab, &dp->wbm_desc_rel_ring, in ath12k_dp_srng_common_setup() 487 ret = ath12k_dp_srng_setup(ab, &dp->tcl_cmd_ring, HAL_TCL_CMD, 0, 0, in ath12k_dp_srng_common_setup() 494 ret = ath12k_dp_srng_setup(ab, &dp->tcl_status_ring, HAL_TCL_STATUS, in ath12k_dp_srng_common_setup() 505 ret = ath12k_dp_srng_setup(ab, &dp->tx_ring[i].tcl_data_ring, in ath12k_dp_srng_common_setup() 514 ret = ath12k_dp_srng_setup(ab, &dp->tx_ring[i].tcl_comp_ring, in ath12k_dp_srng_common_setup() 524 ret = ath12k_dp_srng_setup(ab, &dp->reo_reinject_ring, HAL_REO_REINJECT, in ath12k_dp_srng_common_setup() 532 ret = ath12k_dp_srng_setup(ab, &dp->rx_rel_ring, HAL_WBM2SW_RELEASE, in ath12k_dp_srng_common_setup() 540 ret = ath12k_dp_srng_setup(ab, &dp->reo_except_ring, HAL_REO_EXCEPTION, in ath12k_dp_srng_common_setup() 548 ret = ath12k_dp_srng_setup(ab, &dp->reo_cmd_ring, HAL_REO_CMD, in ath12k_dp_srng_common_setup() [all …]
|
H A D | dbring.c | 191 ret = ath12k_dp_srng_setup(ar->ab, &ring->refill_srng, HAL_RXDMA_DIR_BUF, in ath12k_dbring_srng_setup()
|
H A D | dp_rx.c | 511 ret = ath12k_dp_srng_setup(ab, &dp->reo_dst_ring[i], in ath12k_dp_rx_pdev_reo_setup() 537 ret = ath12k_dp_srng_setup(ar->ab, in ath12k_dp_rx_pdev_srng_alloc() 548 ret = ath12k_dp_srng_setup(ar->ab, in ath12k_dp_rx_pdev_srng_alloc() 4114 ret = ath12k_dp_srng_setup(ab, in ath12k_dp_rx_alloc() 4125 ret = ath12k_dp_srng_setup(ab, in ath12k_dp_rx_alloc() 4138 ret = ath12k_dp_srng_setup(ab, &dp->rxdma_err_dst_ring[i], in ath12k_dp_rx_alloc() 4148 ret = ath12k_dp_srng_setup(ab, in ath12k_dp_rx_alloc() 4157 ret = ath12k_dp_srng_setup(ab, in ath12k_dp_rx_alloc()
|
H A D | dp.h | 1804 int ath12k_dp_srng_setup(struct ath12k_base *ab, struct dp_srng *ring,
|