Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c2127 txd->txdw0 = htole32( in urtwn_init_beacon()
2953 txd->txdw0 |= htole32( in urtwn_tx_data()
2957 txd->txdw0 |= htole32(R92C_TXDW0_BMCAST); in urtwn_tx_data()
3133 txd->txdw0 |= htole32( in urtwn_tx_raw()
3137 txd->txdw0 |= htole32(R92C_TXDW0_BMCAST); in urtwn_tx_raw()
3215 txd->txdw0 |= htole32(SM(R92C_TXDW0_PKTLEN, m->m_pkthdr.len)); in urtwn_tx_start()
H A Dif_urtwnreg.h1135 uint32_t txdw0; member