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

/openbsd-current/sys/dev/ic/
H A Drt2860.c601 data->txwi = (struct rt2860_txwi *)vaddr;
1539 struct rt2860_txwi *txwi; local
1584 txwi = data->txwi;
1585 txwi->flags = 0;
1587 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
1588 txwi->wcid = (type == IEEE80211_FC0_TYPE_DATA) ? rn->wcid : 0xff;
1589 txwi->len = htole16(m->m_pkthdr.len);
1591 txwi->phy = htole16(RT2860_PHY_CCK);
1596 txwi
4154 struct rt2860_txwi txwi; local
[all...]
H A Drt2860var.h66 struct rt2860_txwi *txwi; member in struct:rt2860_tx_data
/openbsd-current/sys/dev/pci/
H A Dif_mwx.c980 DEVNAME(sc), txp->txwi[0], txp->txwi[1],
981 txp->txwi[2], txp->txwi[3], txp->txwi[4], txp->txwi[5],
982 txp->txwi[6], txp->txwi[7]);
2040 printf("%s: %s txwi acked, idx %d\n", DEVNAME(sc), __func__, idx);
4604 txp->txwi[
[all...]
H A Dif_mwxreg.h415 uint32_t txwi[8]; member in struct:mt76_txwi
/openbsd-current/sys/dev/usb/
H A Dif_mtw.c2226 struct mtw_txwi *txwi; local
2287 txwi = (struct mtw_txwi *)(txd + 1);
2288 txwi->flags = 0;
2289 txwi->xflags = hasqos ? 0 : MTW_TX_NSEQ;
2290 txwi->wcid = (type == IEEE80211_FC0_TYPE_DATA) ?
2292 txwi->len = htole16(m->m_pkthdr.len);
2293 txwi->txop = MTW_TX_TXOP_BACKOFF;
2296 txwi->phy = htole16(MTW_PHY_CCK << MT7601_PHY_SHIFT);
2301 txwi->phy = htole16(MTW_PHY_OFDM << MT7601_PHY_SHIFT);
2302 txwi
[all...]
H A Dif_run.c2412 struct rt2860_txwi *txwi; local
2463 txwi = (struct rt2860_txwi *)(txd + 1);
2464 txwi->flags = 0;
2465 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
2466 txwi->wcid = (type == IEEE80211_FC0_TYPE_DATA) ?
2468 txwi->len = htole16(m->m_pkthdr.len);
2470 txwi->phy = htole16(RT2860_PHY_CCK);
2475 txwi->phy = htole16(RT2860_PHY_OFDM);
2476 txwi->phy |= htole16(mcs);
2478 txwi
[all...]

Completed in 369 milliseconds