Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h196 ((ab)->profile_param->dp_params.tx_comp_ring_size)
204 ((ab)->profile_param->dp_params.rx_release_ring_size)
214 ((ab)->profile_param->dp_params.rxdma_monitor_buf_ring_size)
216 ((ab)->profile_param->dp_params.rxdma_monitor_dst_ring_size)
251 ((ab)->profile_param->dp_params.num_pool_tx_desc)
254 ((ab)->profile_param->dp_params.rx_desc_count)
H A Dcore.c50 .dp_params = {
64 .dp_params = {
H A Dcore.h945 struct ath12k_dp_profile_params dp_params; member
H A Dmac.c7765 struct ath12k_dp_peer_create_params dp_params = {}; in ath12k_mac_op_sta_state() local
7804 dp_params.is_mlo = true; in ath12k_mac_op_sta_state()
7805 dp_params.peer_id = ahsta->ml_peer_id; in ath12k_mac_op_sta_state()
7808 dp_params.sta = sta; in ath12k_mac_op_sta_state()
7811 dp_params.ucast_ra_only = true; in ath12k_mac_op_sta_state()
7813 ret = ath12k_dp_peer_create(&ah->dp_hw, sta->addr, &dp_params); in ath12k_mac_op_sta_state()