Home
last modified time | relevance | path

Searched refs:txdw0 (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_xmit.c267 ptx_desc->txdw0 = cpu_to_le32(CMD_HDR_SZ & 0xffff); in r8712_construct_txaggr_cmd_desc()
268 ptx_desc->txdw0 |= in r8712_construct_txaggr_cmd_desc()
271 ptx_desc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_construct_txaggr_cmd_desc()
330 ptx_desc->txdw0 = cpu_to_le32((ptx_desc->txdw0 & 0xffff0000) | in r8712_append_mpdu_unit()
331 ((ptx_desc->txdw0 & 0x0000ffff) + in r8712_append_mpdu_unit()
365 (((struct tx_desc *)pxmitbuf->pbuf)->txdw0 & 0x0000ffff); in r8712_xmitframe_aggr_next()
373 (((struct tx_desc *)pxmitbuf->pbuf)->txdw0 & 0x0000ffff); in r8712_xmitframe_aggr_next()
384 u16 total_length = (u16) (ptxdesc->txdw0 & 0xffff); in r8712_dump_aggr_xframe()
402 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe()
407 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe()
[all …]
Dhal_init.c198 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()
Drtl8712_cmd.c348 pdesc->txdw0 |= cpu_to_le32((wr_sz - TXDESC_SIZE) & in r8712_cmd_thread()
358 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread()
362 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread()
367 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_cmd_thread()
Drtl8712_xmit.h94 unsigned int txdw0; member
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c75 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); /* own, bFirstSeg, bLastSeg; */ in rtl8188e_fill_fake_txdesc()
77 …ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE+OFFSET_SZ)<<OFFSET_SHT)&0x00ff0000); /* 32 bytes for T… in rtl8188e_fill_fake_txdesc()
79 ptxdesc->txdw0 |= cpu_to_le32(BufferLen&0x0000ffff); /* Buffer size + command header */ in rtl8188e_fill_fake_txdesc()
199 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()
200 ptxdesc->txdw0 |= cpu_to_le32(sz & 0x0000ffff);/* update TXPKTSIZE */ in update_txdesc()
204 ptxdesc->txdw0 |= cpu_to_le32(((offset) << OFFSET_SHT) & 0x00ff0000);/* 32 bytes for TX Desc */ in update_txdesc()
207 ptxdesc->txdw0 |= cpu_to_le32(BMC); in update_txdesc()
Drtl8188e_xmit.c82 DBG_88E("txdw0(0x%08x)\n", ptxdesc->txdw0); in _dbg_dump_tx_info()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c268 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()
Drtl8723a_hal_init.c1854 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in rtl8723a_fill_fake_txdesc()
1857 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << in rtl8723a_fill_fake_txdesc()
1861 ptxdesc->txdw0 |= cpu_to_le32(BufferLen & 0x0000ffff); in rtl8723a_fill_fake_txdesc()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_xmit.h98 __le32 txdw0; member
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_xmit.h95 __le32 txdw0; member
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h203 u8 txdw0; member
Drtl8xxxu.c4794 tx_desc->txdw0 = in rtl8xxxu_tx()
4798 tx_desc->txdw0 |= TXDESC_BROADMULTICAST; in rtl8xxxu_tx()