Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c1691 uint32_t local_word0, local_word1; in htt_tx_desc_init() local
1769 local_word1 = 0; in htt_tx_desc_init()
1774 HTT_TX_DESC_FRM_LEN_SET(local_word1, total_len); in htt_tx_desc_init()
1778 HTT_TX_DESC_FRM_LEN_SET(local_word1, qdf_nbuf_len(msdu)); in htt_tx_desc_init()
1781 QDF_BUG(HTT_TX_DESC_FRM_LEN_GET(local_word1) != 0); in htt_tx_desc_init()
1783 HTT_TX_DESC_FRM_ID_SET(local_word1, msdu_id); in htt_tx_desc_init()
1784 *word1 = local_word1; in htt_tx_desc_init()