Searched refs:txdw1 (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_tx_desc.h31 uint32_t txdw1; member in struct:r92cu_tx_desc
H A Dr92cu_tx.c57 le32toh(txd->txdw1), le32toh(txd->txdw2), le16toh(txd->txdw3),
/freebsd-current/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_tx_desc.h38 uint32_t txdw1; member in struct:r12au_tx_desc
H A Dr12au_tx.c67 le32toh(txd->txdw1), le32toh(txd->txdw2), le32toh(txd->txdw3),
/freebsd-current/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_tx_desc.h33 uint32_t txdw1; member in struct:r92ce_tx_desc
H A Dr92ce_tx.c104 le32toh(txd->txdw1), le32toh(txd->txdw2), le16toh(txd->txdw3),
/freebsd-current/sys/dev/rtwn/rtl8812a/
H A Dr12a_beacon.c71 txd->txdw1 = htole32(SM(R12A_TXDW1_QSEL, R12A_TXDW1_QSEL_BEACON));
72 txd->txdw1 |= htole32(SM(R12A_TXDW1_MACID, RTWN_MACID_BC));
H A Dr12a_tx.c195 txd->txdw1 |= htole32(SM(R12A_TXDW1_RAID, raid));
316 txd->txdw1 |= htole32(SM(R12A_TXDW1_QSEL, qsel));
317 txd->txdw1 |= htole32(SM(R12A_TXDW1_MACID, macid));
380 txd->txdw1 |= htole32(SM(R12A_TXDW1_MACID, RTWN_MACID_BC));
381 txd->txdw1 |= htole32(SM(R12A_TXDW1_QSEL, R12A_TXDW1_QSEL_MGNT));
408 txd->txdw1 = htole32(
H A Dr12a_tx_desc.h40 uint32_t txdw1; member in struct:r12a_tx_desc
/freebsd-current/sys/dev/rtwn/rtl8188e/
H A Dr88e_tx.c75 txd->txdw1 |= htole32(SM(R88E_TXDW1_MACID, id));
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c166 txd->txdw1 |= htole32(SM(R92C_TXDW1_RAID, raid));
192 txd->txdw1 |= htole32(R92C_TXDW1_AGGEN);
194 txd->txdw1 |= htole32(R92C_TXDW1_AGGBK);
210 txd->txdw1 |= htole32(SM(R92C_TXDW1_MACID, id));
315 txd->txdw1 |= htole32(SM(R92C_TXDW1_QSEL, qsel));
380 txd->txdw1 |= htole32(SM(R92C_TXDW1_QSEL, R92C_TXDW1_QSEL_MGNT));
406 txd->txdw1 = htole32(
H A Dr92c_beacon.c61 txd->txdw1 |= htole32(
H A Dr92c_tx_desc.h33 uint32_t txdw1; member in struct:r92c_tx_desc
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwnreg.h35 uint32_t txdw1; member in struct:rtwn_tx_desc_common
H A Dif_rtwn_tx.c173 txd->txdw1 = htole32(SM(RTWN_TXDW1_CIPHER, rtwn_get_cipher(cipher)));
221 txd->txdw1 = htole32(SM(RTWN_TXDW1_CIPHER, rtwn_get_cipher(cipher)));
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rsureg.h669 uint32_t txdw1; member in struct:r92s_tx_desc
H A Dif_rsu.c1261 txd->txdw1 = htole32(SM(R92S_TXDW1_QSEL, R92S_TXDW1_QSEL_H2C));
2841 txd->txdw1 |= htole32(
2844 txd->txdw1 |= htole32(R92S_TXDW1_NONQOS);
2859 txd->txdw1 |= htole32(

Completed in 280 milliseconds