Home
last modified time | relevance | path

Searched refs:reorder_timeout (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_reorder_timeout.c41 rx_reorder_timeout_ac = &pdev->rx.reorder_timeout.access_cats[ac]; in ol_rx_reorder_timeout_remove()
77 rx_reorder_timeout_ac = &pdev->rx.reorder_timeout.access_cats[ac]; in ol_rx_reorder_timeout_add()
166 for (i = 0; i < QDF_ARRAY_SIZE(pdev->rx.reorder_timeout.access_cats); in ol_rx_reorder_timeout_init()
171 &pdev->rx.reorder_timeout.access_cats[i]; in ol_rx_reorder_timeout_init()
182 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_VO].duration_ms = 40; in ol_rx_reorder_timeout_init()
183 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_VI].duration_ms = 100; in ol_rx_reorder_timeout_init()
184 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_BE].duration_ms = 100; in ol_rx_reorder_timeout_init()
185 pdev->rx.reorder_timeout.access_cats[TXRX_WMM_AC_BK].duration_ms = 100; in ol_rx_reorder_timeout_init()
202 for (i = 0; i < QDF_ARRAY_SIZE(pdev->rx.reorder_timeout.access_cats); in ol_rx_reorder_timeout_cleanup()
207 &pdev->rx.reorder_timeout.access_cats[i]; in ol_rx_reorder_timeout_cleanup()
H A Dol_txrx_types.h761 } reorder_timeout; member
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c403 stats_ptr->reorder_timeout); in htt_t2h_stats_rx_reorder_stats_print()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h2335 struct sir_set_rx_reorder_timeout_val *reorder_timeout);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c8945 struct sir_set_rx_reorder_timeout_val reorder_timeout; in wlan_hdd_cfg80211_wifi_set_reorder_timeout() local
8965 reorder_timeout.rx_timeout_pri[0] = nla_get_u32( in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8967 reorder_timeout.rx_timeout_pri[1] = nla_get_u32( in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8969 reorder_timeout.rx_timeout_pri[2] = nla_get_u32( in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8971 reorder_timeout.rx_timeout_pri[3] = nla_get_u32( in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8974 if (reorder_timeout.rx_timeout_pri[0] >= RX_TIMEOUT_VAL_MIN && in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8975 reorder_timeout.rx_timeout_pri[0] <= RX_TIMEOUT_VAL_MAX && in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8976 reorder_timeout.rx_timeout_pri[1] >= RX_TIMEOUT_VAL_MIN && in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8977 reorder_timeout.rx_timeout_pri[1] <= RX_TIMEOUT_VAL_MAX && in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
8978 reorder_timeout.rx_timeout_pri[2] >= RX_TIMEOUT_VAL_MIN && in wlan_hdd_cfg80211_wifi_set_reorder_timeout()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c8659 struct sir_set_rx_reorder_timeout_val *reorder_timeout) in wma_set_rx_reorder_timeout_val() argument
8666 if (!reorder_timeout) { in wma_set_rx_reorder_timeout_val()
8686 memcpy(cmd->rx_timeout_pri, reorder_timeout->rx_timeout_pri, in wma_set_rx_reorder_timeout_val()
8687 sizeof(reorder_timeout->rx_timeout_pri)); in wma_set_rx_reorder_timeout_val()
/wlan-driver/fw-api/fw/
H A Dhtt.h17080 A_UINT32 reorder_timeout; member