Searched refs:txdw5 (Results 1 – 9 of 9) sorted by relevance
252 ptxdesc->txdw5 |= cpu_to_le32((pxmitframe->agg_num << USB_TXAGG_NUM_SHT) & 0xFF000000); in update_txdesc()264 ptxdesc->txdw5 |= cpu_to_le32(0x0001ff00);/* DATA/RTS Rate FB LMT */ in update_txdesc()268 ptxdesc->txdw5 |= cpu_to_le32(SGI);/* SGI */ in update_txdesc()271 ptxdesc->txdw5 |= cpu_to_le32(data_rate & 0x3F); in update_txdesc()281 ptxdesc->txdw5 |= cpu_to_le32(MRateToHwRate(pmlmeext->tx_rate)); in update_txdesc()301 ptxdesc->txdw5 |= cpu_to_le32(RTY_LMT_EN);/* retry limit enable */ in update_txdesc()303 ptxdesc->txdw5 |= cpu_to_le32(0x00180000);/* retry limit = 6 */ in update_txdesc()305 ptxdesc->txdw5 |= cpu_to_le32(0x00300000);/* retry limit = 12 */ in update_txdesc()307 ptxdesc->txdw5 |= cpu_to_le32(MRateToHwRate(pmlmeext->tx_rate)); in update_txdesc()324 ptxdesc->txdw5 |= cpu_to_le32(MRateToHwRate(pmlmeext->tx_rate)); in update_txdesc()
87 DBG_88E("txdw5(0x%08x)\n", ptxdesc->txdw5); in _dbg_dump_tx_info()
188 ptxdesc->txdw5 |= cpu_to_le32(0x0001ff00);/* */ in update_txdesc()191 ptxdesc->txdw5 |= cpu_to_le32(pdmpriv->INIDATA_RATE[pattrib->mac_id]); in update_txdesc()204 ptxdesc->txdw5 |= cpu_to_le32(MRateToHwRate23a(pmlmeext->tx_rate)); in update_txdesc()227 ptxdesc->txdw5 |= cpu_to_le32(BIT(17));/* retry limit enable */ in update_txdesc()228 ptxdesc->txdw5 |= cpu_to_le32(0x00180000);/* retry limit = 6 */ in update_txdesc()230 ptxdesc->txdw5 |= cpu_to_le32(MRateToHwRate23a(pmlmeext->tx_rate)); in update_txdesc()251 ptxdesc->txdw5 |= cpu_to_le32(MRateToHwRate23a(pmlmeext->tx_rate)); in update_txdesc()
556 ptxdesc->txdw5 = cpu_to_le32(0x001f8000);/*1M*/ in update_txdesc()570 ptxdesc->txdw5 = cpu_to_le32(ptxdesc_mp->txdw5); in update_txdesc()595 ptxdesc->txdw5 = cpu_to_le32(0x001f8000);/* gtest 1M */ in update_txdesc()611 ptxdesc->txdw5 = cpu_to_le32(0x001f9600);/*gtest*/ in update_txdesc()
99 unsigned int txdw5; member
103 __le32 txdw5; member
100 __le32 txdw5; member
208 __le32 txdw5; member
4825 tx_desc->txdw5 = cpu_to_le32(rate); in rtl8xxxu_tx()4828 tx_desc->txdw5 |= cpu_to_le32(0x0001ff00); in rtl8xxxu_tx()4853 tx_desc->txdw5 |= cpu_to_le32(TXDESC_SHORT_GI); in rtl8xxxu_tx()4856 tx_desc->txdw5 = cpu_to_le32(tx_rate->hw_value); in rtl8xxxu_tx()4858 tx_desc->txdw5 |= cpu_to_le32(6 << TXDESC_RETRY_LIMIT_SHIFT); in rtl8xxxu_tx()4859 tx_desc->txdw5 |= cpu_to_le32(TXDESC_RETRY_LIMIT_ENABLE); in rtl8xxxu_tx()