Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_api.h376 struct wlan_mlme_qos *qos_aggr,
405 uint8_t vdev_id, struct wlan_mlme_qos *qos_aggr);
415 QDF_STATUS wma_set_sw_retry_threshold(struct wlan_mlme_qos *qos_aggr);
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c5063 struct wlan_mlme_qos *qos_aggr, in wma_set_tx_rx_aggr_size_per_ac() argument
5078 tx_aggr_size[0] = qos_aggr->tx_aggregation_size_be; in wma_set_tx_rx_aggr_size_per_ac()
5079 tx_aggr_size[1] = qos_aggr->tx_aggregation_size_bk; in wma_set_tx_rx_aggr_size_per_ac()
5080 tx_aggr_size[2] = qos_aggr->tx_aggregation_size_vi; in wma_set_tx_rx_aggr_size_per_ac()
5081 tx_aggr_size[3] = qos_aggr->tx_aggregation_size_vo; in wma_set_tx_rx_aggr_size_per_ac()
5102 cmd->rx_aggr_size = qos_aggr->rx_aggregation_size; in wma_set_tx_rx_aggr_size_per_ac()
5216 struct wlan_mlme_qos *qos_aggr) in wma_set_sw_retry_threshold_per_ac() argument
5228 qos_aggr->tx_aggr_sw_retry_threshold_be; in wma_set_sw_retry_threshold_per_ac()
5230 qos_aggr->tx_aggr_sw_retry_threshold_bk; in wma_set_sw_retry_threshold_per_ac()
5232 qos_aggr->tx_aggr_sw_retry_threshold_vi; in wma_set_sw_retry_threshold_per_ac()
[all …]
Dwma_dev_if.c3145 struct wlan_mlme_qos *qos_aggr; in wma_post_vdev_create_setup() local
3178 qos_aggr = &mac->mlme_cfg->qos_mlme_params; in wma_post_vdev_create_setup()
3192 status = wma_set_sw_retry_threshold(qos_aggr); in wma_post_vdev_create_setup()
3198 qos_aggr); in wma_post_vdev_create_setup()
3364 struct wlan_mlme_qos *qos_aggr; in wma_vdev_pre_start() local
3474 qos_aggr = &mac_ctx->mlme_cfg->qos_mlme_params; in wma_vdev_pre_start()
3475 status = wma_set_tx_rx_aggr_size(vdev_id, qos_aggr->tx_aggregation_size, in wma_vdev_pre_start()
3476 qos_aggr->rx_aggregation_size, in wma_vdev_pre_start()
3497 status = wma_set_tx_rx_aggr_size_per_ac(wma, vdev_id, qos_aggr, in wma_vdev_pre_start()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c6280 struct wlan_mlme_qos *qos_aggr; local
6290 qos_aggr = &mac_ctx->mlme_cfg->qos_mlme_params;
6307 if ((LIM_IS_STA_ROLE(session) && qos_aggr->rx_aggregation_size == 1 &&
6311 qos_aggr->rx_aggregation_size, mac_ctx->reject_addba_req);
6314 QDF_MIN(qos_aggr->rx_aggregation_size, calc_buff_size);
6316 qos_aggr->rx_aggregation_size, calc_buff_size);