Searched refs:txdw2 (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_xmit.c84 DBG_88E("txdw2(0x%08x)\n", ptxdesc->txdw2); _dbg_dump_tx_info()
H A Drtl8188eu_xmit.c92 ptxdesc->txdw2 |= cpu_to_le32(BIT(23)); /* BT NULL */ rtl8188e_fill_fake_txdesc()
110 ptxdesc->txdw2 |= cpu_to_le32(0x7 << AMPDU_DENSITY_SHT); fill_txdesc_sectype()
115 ptxdesc->txdw2 |= cpu_to_le32(0x7 << AMPDU_DENSITY_SHT); fill_txdesc_sectype()
119 ptxdesc->txdw2 |= cpu_to_le32(0x7 << AMPDU_DENSITY_SHT); fill_txdesc_sectype()
234 ptxdesc->txdw2 |= cpu_to_le32(AGG_EN);/* AGG EN */ update_txdesc()
237 ptxdesc->txdw2 |= cpu_to_le32(AGG_BK);/* AGG BK */ update_txdesc()
277 ptxdesc->txdw2 |= cpu_to_le32(AGG_BK);/* AGG BK */ update_txdesc()
294 ptxdesc->txdw2 |= cpu_to_le32(BIT(19)); update_txdesc()
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl8712_xmit.c475 ptxdesc->txdw2 = cpu_to_le32 update_txdesc()
487 ptxdesc->txdw2 = cpu_to_le32 update_txdesc()
527 ptxdesc->txdw2 |= cpu_to_le32(BMC); update_txdesc()
545 ptxdesc->txdw2 |= cpu_to_le32(BK); update_txdesc()
561 ptxdesc->txdw2 = cpu_to_le32(ptxdesc_mp->txdw2); update_txdesc()
563 ptxdesc->txdw2 |= cpu_to_le32(BMC); update_txdesc()
564 ptxdesc->txdw2 |= cpu_to_le32(BK); update_txdesc()
579 ptxdesc->txdw2 |= cpu_to_le32(BMC); update_txdesc()
H A Drtl8712_xmit.h96 unsigned int txdw2; member in struct:tx_desc
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Drtw_xmit.h97 __le32 txdw2; member in struct:tx_desc
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_xmit.h100 __le32 txdw2; member in struct:tx_desc
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Drtl8723au_xmit.c218 ptxdesc->txdw2 |= cpu_to_le32(BIT(19)); update_txdesc()
H A Drtl8723a_hal_init.c1899 ptxdesc->txdw2 |= cpu_to_le32(BIT(23)); /* BT NULL */ rtl8723a_fill_fake_txdesc()

Completed in 81 milliseconds