Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt.c243 pdev->htc_tx_htt2_max_size = 0; in htt_htc_tx_htt2_service_start()
246 pdev->htc_tx_htt2_max_size = HTC_TX_HTT2_MAX_SIZE; in htt_htc_tx_htt2_service_start()
252 pdev->htc_tx_htt2_max_size); in htt_htc_tx_htt2_service_start()
H A Dhtt_types.h223 uint16_t htc_tx_htt2_max_size; member
H A Dhtt_tx.c923 (qdf_nbuf_len(msdu) < pdev->htc_tx_htt2_max_size)) in htt_tx_htt2_get_ep_id()