Searched refs:txdw2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/rtwn/rtl8188e/ |
H A D | r88e_tx.c | 57 txd->txdw2 |= htole32(R88E_TXDW2_AGGEN); in r88e_tx_enable_ampdu() 59 txd->txdw2 |= htole32(R88E_TXDW2_AGGBK); in r88e_tx_enable_ampdu()
|
/freebsd/sys/dev/rtwn/rtl8192c/usb/ |
H A D | r92cu_tx_desc.h | 32 uint32_t txdw2; member
|
H A D | r92cu_tx.c | 57 le32toh(txd->txdw1), le32toh(txd->txdw2), le16toh(txd->txdw3), in r92cu_dump_tx_desc()
|
/freebsd/sys/dev/rtwn/rtl8812a/usb/ |
H A D | r12au_tx_desc.h | 39 uint32_t txdw2; member
|
H A D | r12au_tx.c | 67 le32toh(txd->txdw1), le32toh(txd->txdw2), le32toh(txd->txdw3), in r12au_dump_tx_desc()
|
/freebsd/sys/dev/rtwn/rtl8192c/pci/ |
H A D | r92ce_tx_desc.h | 34 uint32_t txdw2; member
|
H A D | r92ce_tx.c | 104 le32toh(txd->txdw1), le32toh(txd->txdw2), le16toh(txd->txdw3), in r92ce_dump_tx_desc()
|
/freebsd/sys/dev/rtwn/rtl8192c/ |
H A D | r92c_tx_desc.h | 61 uint32_t txdw2; member
|
H A D | r92c_tx.c | 401 txd->txdw2 |= htole32(SM(R92C_TXDW2_AMPDU_DEN, in r92c_fill_tx_desc() 407 txd->txdw2 |= htole32(R92C_TXDW2_CCX_RPT); in r92c_fill_tx_desc()
|
/freebsd/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_tx_desc.h | 66 uint32_t txdw2; member
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rsureg.h | 689 uint32_t txdw2; member
|
H A D | if_rsu.c | 2863 txd->txdw2 |= htole32(R92S_TXDW2_BK); in rsu_tx_start() 2865 txd->txdw2 |= htole32(R92S_TXDW2_BMCAST); in rsu_tx_start() 2869 txd->txdw2 |= htole32(R92S_TXDW2_RTY_LMT_ENA); in rsu_tx_start() 2870 txd->txdw2 |= htole32(SM(R92S_TXDW2_RTY_LMT, tp->maxretry)); in rsu_tx_start()
|