Searched refs:txdw3 (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_tx_desc.h33 uint16_t txdw3; 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.h40 uint32_t txdw3; 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.h35 uint16_t txdw3; 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/rtl8821a/
H A Dr21a_beacon.c68 txd->txdw3 &= ~htole32(R12A_TXDW3_SEQ_SEL_M);
69 txd->txdw3 |= htole32(SM(R12A_TXDW3_SEQ_SEL, id * 2));
/freebsd-current/sys/dev/rtwn/rtl8812a/
H A Dr12a_beacon.c74 txd->txdw3 = htole32(R12A_TXDW3_DRVRATE);
75 txd->txdw3 |= htole32(SM(R12A_TXDW3_SEQ_SEL, id));
H A Dr12a_tx.c96 txd->txdw3 |= htole32(R12A_TXDW3_CTS2SELF);
99 txd->txdw3 |= htole32(R12A_TXDW3_RTSEN);
277 txd->txdw3 |= htole32(SM(R12A_TXDW3_MAX_AGG,
327 txd->txdw3 |= htole32(R12A_TXDW3_DRVRATE);
332 txd->txdw3 |= htole32(SM(R12A_TXDW3_SEQ_SEL, uvp->id));
387 txd->txdw3 |= htole32(R12A_TXDW3_DRVRATE);
393 txd->txdw3 |= htole32(SM(R12A_TXDW3_SEQ_SEL, uvp->id));
411 txd->txdw3 = htole32(R12A_TXDW3_DRVRATE);
423 txd->txdw3 |= htole32(SM(R12A_TXDW3_SEQ_SEL, id));
H A Dr12a_tx_desc.h74 uint32_t txdw3; member in struct:r12a_tx_desc
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx_desc.h66 uint16_t txdw3; member in struct:r92c_tx_desc
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rsureg.h697 uint32_t txdw3; member in struct:r92s_tx_desc
H A Dif_rsu.c2886 txd->txdw3 |= htole32(SM(R92S_TXDW3_SEQ, prio));

Completed in 168 milliseconds