Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c66 ptxdesc->txdw1 |= cpu_to_le32((0x01<<22)&0x00c00000); in fill_txdesc_sectype()
70 ptxdesc->txdw1 |= cpu_to_le32((0x01<<22)&0x00c00000); in fill_txdesc_sectype()
73 ptxdesc->txdw1 |= cpu_to_le32((0x03<<22)&0x00c00000); in fill_txdesc_sectype()
156 ptxdesc->txdw1 |= cpu_to_le32(pattrib->mac_id&0x1f); in update_txdesc()
159 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); in update_txdesc()
161 ptxdesc->txdw1 |= cpu_to_le32((pattrib->raid<<16) & 0x000f0000); in update_txdesc()
166 ptxdesc->txdw1 |= cpu_to_le32(BIT(5));/* AGG EN */ in update_txdesc()
168 ptxdesc->txdw1 |= cpu_to_le32(BIT(6));/* AGG BK */ in update_txdesc()
197 ptxdesc->txdw1 |= cpu_to_le32(BIT(6));/* AGG BK */ in update_txdesc()
208 ptxdesc->txdw1 |= cpu_to_le32(pattrib->mac_id&0x1f); in update_txdesc()
[all …]
Drtl8723a_hal_init.c1885 ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT << QSEL_SHT) & 0x00001f00); in rtl8723a_fill_fake_txdesc()
1890 ptxdesc->txdw1 |= cpu_to_le32(NAVUSEHDR); in rtl8723a_fill_fake_txdesc()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_xmit.c277 ptx_desc->txdw1 |= cpu_to_le32((0x13<<QSEL_SHT)&0x00001f00); in r8712_construct_txaggr_cmd_desc()
463 ptxdesc->txdw1 |= cpu_to_le32((pattrib->mac_id)&0x1f); in update_txdesc()
473 ptxdesc->txdw1 |= cpu_to_le32 in update_txdesc()
482 ptxdesc->txdw1 |= cpu_to_le32 in update_txdesc()
496 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); in update_txdesc()
499 ptxdesc->txdw1 |= cpu_to_le32(BIT(16));/*Non-QoS*/ in update_txdesc()
504 ptxdesc->txdw1 |= cpu_to_le32((0x01 << 22) & in update_txdesc()
507 ptxdesc->txdw1 |= cpu_to_le32((psecuritypriv-> in update_txdesc()
513 ptxdesc->txdw1 |= cpu_to_le32((0x02 << 22) & in update_txdesc()
517 ptxdesc->txdw1 |= cpu_to_le32((0x03 << 22) & in update_txdesc()
[all …]
Drtl8712_xmit.h95 unsigned int txdw1; member
Drtl8712_cmd.c366 pdesc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) & in r8712_cmd_thread()
Drtl871x_xmit.c341 pattrib->priority = (txdesc.txdw1 >> QSEL_SHT) & 0x1f; in r8712_update_attrib()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c81 ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT<<QSEL_SHT)&0x00001f00); /* Fixed queue of Mgnt queue */ in rtl8188e_fill_fake_txdesc()
85 ptxdesc->txdw1 |= cpu_to_le32(NAVUSEHDR); in rtl8188e_fill_fake_txdesc()
109 ptxdesc->txdw1 |= cpu_to_le32((0x01<<SEC_TYPE_SHT)&0x00c00000); in fill_txdesc_sectype()
114 ptxdesc->txdw1 |= cpu_to_le32((0x01<<SEC_TYPE_SHT)&0x00c00000); in fill_txdesc_sectype()
118 ptxdesc->txdw1 |= cpu_to_le32((0x03<<SEC_TYPE_SHT)&0x00c00000); in fill_txdesc_sectype()
217 ptxdesc->txdw1 |= cpu_to_le32((pxmitframe->pkt_offset << 26) & 0x7c000000); in update_txdesc()
224 ptxdesc->txdw1 |= cpu_to_le32(pattrib->mac_id & 0x3F); in update_txdesc()
227 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); in update_txdesc()
229 ptxdesc->txdw1 |= cpu_to_le32((pattrib->raid << RATE_ID_SHT) & 0x000F0000); in update_txdesc()
284 ptxdesc->txdw1 |= cpu_to_le32(pattrib->mac_id & 0x3f); in update_txdesc()
[all …]
Drtl8188e_xmit.c83 DBG_88E("txdw1(0x%08x)\n", ptxdesc->txdw1); in _dbg_dump_tx_info()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_xmit.h96 __le32 txdw1; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_xmit.h99 __le32 txdw1; member