Home
last modified time | relevance | path

Searched refs:tx_size (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_api.h359 uint32_t tx_size,
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c4982 uint32_t tx_size, in wma_set_tx_rx_aggr_size() argument
5006 intr[vdev_id].config.tx_ampdu = tx_size; in wma_set_tx_rx_aggr_size()
5009 intr[vdev_id].config.tx_amsdu = tx_size; in wma_set_tx_rx_aggr_size()
5032 if ((tx_size > ADDBA_TXAGGR_SIZE_HELIUM) && in wma_set_tx_rx_aggr_size()
5033 (tx_size != ADDBA_TXAGGR_SIZE_LITHIUM) && in wma_set_tx_rx_aggr_size()
5034 (tx_size != ADDBA_TXAGGR_SIZE_512) && in wma_set_tx_rx_aggr_size()
5035 (tx_size != ADDBA_TXAGGR_SIZE_BERYLLIUM)) { in wma_set_tx_rx_aggr_size()
5041 cmd->tx_aggr_size = tx_size; in wma_set_tx_rx_aggr_size()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c9467 uint8_t tx_size, rx_size; in hdd_config_mpdu_aggregation() local
9481 tx_size = nla_get_u8(tx_attr); in hdd_config_mpdu_aggregation()
9483 if (!cfg_in_range(CFG_TX_AGGREGATION_SIZE, tx_size) || in hdd_config_mpdu_aggregation()
9486 tx_size, rx_size); in hdd_config_mpdu_aggregation()
9492 tx_size, rx_size, in hdd_config_mpdu_aggregation()
9505 uint8_t tx_size, rx_size; in hdd_config_msdu_aggregation() local
9526 tx_size = nla_get_u8(tx_attr); in hdd_config_msdu_aggregation()
9528 if (!cfg_in_range(CFG_TX_AGGREGATION_SIZE, tx_size) || in hdd_config_msdu_aggregation()
9531 tx_size, rx_size); in hdd_config_msdu_aggregation()
9536 if (tx_size > 1) in hdd_config_msdu_aggregation()
[all …]