Searched refs:local_word0 (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_tx.c | 1691 uint32_t local_word0, local_word1; in htt_tx_desc_init() local 1748 local_word0 = 0; in htt_tx_desc_init() 1750 HTT_H2T_MSG_TYPE_SET(local_word0, HTT_H2T_MSG_TYPE_TX_FRM); in htt_tx_desc_init() 1751 HTT_TX_DESC_PKT_TYPE_SET(local_word0, pkt_type); in htt_tx_desc_init() 1752 HTT_TX_DESC_PKT_SUBTYPE_SET(local_word0, pkt_subtype); in htt_tx_desc_init() 1753 HTT_TX_DESC_VDEV_ID_SET(local_word0, msdu_info->info.vdev_id); in htt_tx_desc_init() 1754 HTT_TX_DESC_EXT_TID_SET(local_word0, htt_get_ext_tid(type, in htt_tx_desc_init() 1756 HTT_TX_DESC_EXTENSION_SET(local_word0, desc_ext_required); in htt_tx_desc_init() 1757 HTT_TX_DESC_EXT_TID_SET(local_word0, msdu_info->info.ext_tid); in htt_tx_desc_init() 1758 HTT_TX_DESC_CKSUM_OFFLOAD_SET(local_word0, in htt_tx_desc_init() [all …]
|