Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
H A Dhal_5018_tx.h131 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_5018() local
150 end_bits = end_index + 1; in hal_tx_update_dscp_tid_5018()
151 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5018()
156 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5018()
181 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_5018()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
H A Dhal_9000_tx.h131 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_9000() local
150 end_bits = end_index + 1; in hal_tx_update_dscp_tid_9000()
151 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9000()
156 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9000()
181 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_9000()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
H A Dhal_qcn6122_tx.h130 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_6122() local
149 end_bits = end_index + 1; in hal_tx_update_dscp_tid_6122()
150 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6122()
155 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6122()
180 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_6122()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
H A Dhal_8074v2_tx.h134 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_8074v2() local
152 end_bits = end_index + 1; in hal_tx_update_dscp_tid_8074v2()
153 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_8074v2()
158 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_8074v2()
183 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_8074v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
H A Dhal_5332_tx.h118 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_5332() local
137 end_bits = end_index + 1; in hal_tx_update_dscp_tid_5332()
138 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5332()
143 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5332()
168 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
H A Dhal_6432_tx.h133 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_6432() local
152 end_bits = end_index + 1; in hal_tx_update_dscp_tid_6432()
153 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6432()
158 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6432()
183 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_6432()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224_tx.h212 uint8_t end_bits = 0; in hal_tx_update_dscp_tid_9224() local
231 end_bits = end_index + 1; in hal_tx_update_dscp_tid_9224()
232 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9224()
237 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9224()
262 regval &= (~0) << end_bits; in hal_tx_update_dscp_tid_9224()