Searched refs:txdw0 (Results 1 – 10 of 10) sorted by relevance
271 ptx_desc->txdw0 = cpu_to_le32(CMD_HDR_SZ&0xffff); in r8712_construct_txaggr_cmd_desc()272 ptx_desc->txdw0 |= in r8712_construct_txaggr_cmd_desc()274 ptx_desc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_construct_txaggr_cmd_desc()332 ptx_desc->txdw0 = cpu_to_le32((ptx_desc->txdw0&0xffff0000) | in r8712_append_mpdu_unit()333 ((ptx_desc->txdw0&0x0000ffff)+ in r8712_append_mpdu_unit()366 (((struct tx_desc *)pxmitbuf->pbuf)->txdw0 & 0x0000ffff); in r8712_xmitframe_aggr_next()374 (((struct tx_desc *)pxmitbuf->pbuf)->txdw0 & 0x0000ffff); in r8712_xmitframe_aggr_next()385 u16 total_length = (u16) (ptxdesc->txdw0 & 0xffff); in r8712_dump_aggr_xframe()402 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe()406 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe()[all …]
198 ptx_desc->txdw0 |= cpu_to_le32(BIT(28)); in rtl8712_dl_fw()200 ptx_desc->txdw0 |= cpu_to_le32(dump_imem_sz & in rtl8712_dl_fw()227 ptx_desc->txdw0 |= cpu_to_le32(BIT(28)); in rtl8712_dl_fw()229 ptx_desc->txdw0 |= cpu_to_le32(dump_emem_sz & in rtl8712_dl_fw()281 ptx_desc->txdw0 |= cpu_to_le32(fwhdr.fw_priv_sz&0x0000ffff); in rtl8712_dl_fw()282 ptx_desc->txdw0 |= cpu_to_le32(BIT(28)); in rtl8712_dl_fw()
346 pdesc->txdw0 |= cpu_to_le32((wr_sz-TXDESC_SIZE) & in r8712_cmd_thread()356 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread()360 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread()365 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_cmd_thread()
94 unsigned int txdw0; member
74 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); /* own, bFirstSeg, bLastSeg; */ in rtl8188e_fill_fake_txdesc()76 …ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE+OFFSET_SZ)<<OFFSET_SHT)&0x00ff0000); /* 32 bytes for T… in rtl8188e_fill_fake_txdesc()78 ptxdesc->txdw0 |= cpu_to_le32(BufferLen&0x0000ffff); /* Buffer size + command header */ in rtl8188e_fill_fake_txdesc()198 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()199 ptxdesc->txdw0 |= cpu_to_le32(sz & 0x0000ffff);/* update TXPKTSIZE */ in update_txdesc()203 ptxdesc->txdw0 |= cpu_to_le32(((offset) << OFFSET_SHT) & 0x00ff0000);/* 32 bytes for TX Desc */ in update_txdesc()206 ptxdesc->txdw0 |= cpu_to_le32(BMC); in update_txdesc()
82 DBG_88E("txdw0(0x%08x)\n", ptxdesc->txdw0); in _dbg_dump_tx_info()
268 ptxdesc->txdw0 |= cpu_to_le32(sz&0x0000ffff); in update_txdesc()269 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()270 …ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE+OFFSET_SZ)<<OFFSET_SHT)&0x00ff0000);/* 32 bytes for TX… in update_txdesc()273 ptxdesc->txdw0 |= cpu_to_le32(BIT(24)); in update_txdesc()276 "offset0-txdesc = 0x%x\n", ptxdesc->txdw0); in update_txdesc()
1874 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in rtl8723a_fill_fake_txdesc()1877 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << in rtl8723a_fill_fake_txdesc()1881 ptxdesc->txdw0 |= cpu_to_le32(BufferLen & 0x0000ffff); in rtl8723a_fill_fake_txdesc()
95 __le32 txdw0; member
98 __le32 txdw0; member