Home
last modified time | relevance | path

Searched refs:MAX_RX_PAYLOAD_SZ (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c670 len = QDF_MIN(amsdu_len, MAX_RX_PAYLOAD_SZ); in htt_rx_mon_amsdu_rx_in_order_pop_ll()
H A Dhtt_internal.h462 #define MAX_RX_PAYLOAD_SZ (HTT_RX_BUF_SIZE - RX_STD_DESC_SIZE) macro