Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.h33 #define HTT_TX_MSDU_INFO_SIZE (8 * 4) //in bytes macro
H A Ddp_rh_tx.c767 qdf_mem_copy(&tx_desc->comp, msg_word, HTT_TX_MSDU_INFO_SIZE); in dp_tx_compl_handler_rh()
781 msg_word += HTT_TX_MSDU_INFO_SIZE >> 2; in dp_tx_compl_handler_rh()
H A Ddp_rh_htt.c294 if ((num_msdus * HTT_TX_MSDU_INFO_SIZE + in dp_htt_t2h_msg_handler_fast()