Searched refs:txdw1 (Results 1 – 11 of 11) sorted by relevance
67 ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT<<QSEL_SHT)&0x00001f00); /* Fixed queue of Mgnt queue */ in rtl8188e_fill_fake_txdesc()71 ptxdesc->txdw1 |= cpu_to_le32(NAVUSEHDR); in rtl8188e_fill_fake_txdesc()95 ptxdesc->txdw1 |= cpu_to_le32((0x01<<SEC_TYPE_SHT)&0x00c00000); in fill_txdesc_sectype()100 ptxdesc->txdw1 |= cpu_to_le32((0x01<<SEC_TYPE_SHT)&0x00c00000); in fill_txdesc_sectype()104 ptxdesc->txdw1 |= cpu_to_le32((0x03<<SEC_TYPE_SHT)&0x00c00000); in fill_txdesc_sectype()202 ptxdesc->txdw1 |= cpu_to_le32((pxmitframe->pkt_offset << 26) & 0x7c000000); in update_txdesc()209 ptxdesc->txdw1 |= cpu_to_le32(pattrib->mac_id & 0x3F); in update_txdesc()212 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); in update_txdesc()214 ptxdesc->txdw1 |= cpu_to_le32((pattrib->raid << RATE_ID_SHT) & 0x000F0000); in update_txdesc()269 ptxdesc->txdw1 |= cpu_to_le32(pattrib->mac_id & 0x3f); in update_txdesc()[all …]
48 DBG_88E("txdw1(0x%08x)\n", ptxdesc->txdw1); in _dbg_dump_tx_info()
274 ptx_desc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) & 0x00001f00); in r8712_construct_txaggr_cmd_desc()465 ptxdesc->txdw1 |= cpu_to_le32((pattrib->mac_id) & 0x1f); in update_txdesc()475 ptxdesc->txdw1 |= cpu_to_le32 in update_txdesc()484 ptxdesc->txdw1 |= cpu_to_le32 in update_txdesc()498 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); in update_txdesc()501 ptxdesc->txdw1 |= cpu_to_le32(BIT(16));/*Non-QoS*/ in update_txdesc()506 ptxdesc->txdw1 |= cpu_to_le32((0x01 << 22) & in update_txdesc()509 ptxdesc->txdw1 |= cpu_to_le32((psecuritypriv-> in update_txdesc()515 ptxdesc->txdw1 |= cpu_to_le32((0x02 << 22) & in update_txdesc()519 ptxdesc->txdw1 |= cpu_to_le32((0x03 << 22) & in update_txdesc()[all …]
95 __le32 txdw1; member
374 pdesc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) & in r8712_cmd_thread()
352 (le32_to_cpu(txdesc.txdw1) >> QSEL_SHT) & 0x1f; in r8712_update_attrib()
86 __le32 txdw1; member
96 __le32 txdw1; member
378 __le32 txdw1; member392 __le32 txdw1; member
4802 tx_desc->txdw1 |= cpu_to_le32(TXDESC32_AGG_ENABLE); in rtl8xxxu_fill_txdesc_v1()4804 tx_desc->txdw1 |= cpu_to_le32(TXDESC32_AGG_BREAK); in rtl8xxxu_fill_txdesc_v1()4968 tx_desc->txdw1 = cpu_to_le32(queue << TXDESC_QUEUE_SHIFT); in rtl8xxxu_tx()4975 tx_desc->txdw1 |= cpu_to_le32(TXDESC_SEC_RC4); in rtl8xxxu_tx()4978 tx_desc->txdw1 |= cpu_to_le32(TXDESC_SEC_AES); in rtl8xxxu_tx()
3227 pdesc->txdw1 = pdesc->txdw1; in rtl8723b_update_txdesc()