Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c961 if (msg_len < HTT_RX_PN_IND_BYTES) { in htt_t2h_msg_handler()
978 if (msg_len - HTT_RX_PN_IND_BYTES < in htt_t2h_msg_handler()
1340 if (msg_len < HTT_RX_PN_IND_BYTES) { in htt_t2h_msg_handler_fast()
1359 if (msg_len - HTT_RX_PN_IND_BYTES < in htt_t2h_msg_handler_fast()
/wlan-driver/fw-api/fw/
Dhtt.h13495 #define HTT_RX_PN_IND_BYTES 8 macro