Searched refs:txwi (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c626 device_printf(sc->sc_dev, "could not create txwi DMA tag\n");
640 device_printf(sc->sc_dev, "could not load txwi DMA map\n");
655 data->txwi = (struct rt2860_txwi *)vaddr;
1458 struct rt2860_txwi *txwi; local
1517 txwi = data->txwi;
1518 txwi->flags = 0;
1520 txwi->xflags = qos ? 0 : RT2860_TX_NSEQ;
1522 txwi->wcid = IEEE80211_AID(ni->ni_associd);
1524 txwi
1735 struct rt2860_txwi *txwi; local
4275 struct rt2860_txwi txwi; local
[all...]
H A Drt2860var.h66 struct rt2860_txwi *txwi; member in struct:rt2860_tx_data
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c3088 struct rt2860_txwi *txwi = local
3099 if (le16toh(txwi->phy) & RT2860_PHY_SHPRE)
3199 struct rt2860_txwi *txwi; local
3209 sizeof(*txwi) + sizeof(uint32_t) : sizeof(*txwi);
3230 txwi = (struct rt2860_txwi *)(txd + 1);
3231 txwi->len = htole16(m->m_pkthdr.len - pad);
3239 txwi->phy = htole16(mcs);
3246 txwi->txop |= RT2860_TX_TXOP_HT;
3248 txwi
3266 struct rt2860_txwi *txwi; local
3427 struct rt2860_txwi *txwi; local
3493 struct rt2860_txwi *txwi; local
3581 struct rt2860_txwi *txwi; local
4903 struct rt2860_txwi txwi; local
[all...]

Completed in 223 milliseconds