Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ral/
Drt2860.c664 data->txwi = (struct rt2860_txwi *)vaddr; in rt2860_alloc_tx_pool()
1478 struct rt2860_txwi *txwi; in rt2860_tx() local
1537 txwi = data->txwi; in rt2860_tx()
1538 txwi->flags = 0; in rt2860_tx()
1540 txwi->xflags = qos ? 0 : RT2860_TX_NSEQ; in rt2860_tx()
1542 txwi->wcid = IEEE80211_AID(ni->ni_associd); in rt2860_tx()
1544 txwi->wcid = 0xff; in rt2860_tx()
1545 txwi->len = htole16(m->m_pkthdr.len); in rt2860_tx()
1547 txwi->phy = htole16(RT2860_PHY_CCK); in rt2860_tx()
1552 txwi->phy = htole16(RT2860_PHY_OFDM); in rt2860_tx()
[all …]
Drt2860var.h66 struct rt2860_txwi *txwi; member
/freebsd-9-stable/sys/dev/usb/wlan/
Dif_run.c3114 struct rt2860_txwi *txwi = in run_bulk_tx_callbackN() local
3121 if (le16toh(txwi->phy) & RT2860_PHY_SHPRE) in run_bulk_tx_callbackN()
3224 struct rt2860_txwi *txwi; in run_set_tx_desc() local
3234 sizeof(*txwi) + sizeof(uint32_t) : sizeof(*txwi); in run_set_tx_desc()
3255 txwi = (struct rt2860_txwi *)(txd + 1); in run_set_tx_desc()
3256 txwi->len = htole16(m->m_pkthdr.len - pad); in run_set_tx_desc()
3258 txwi->phy = htole16(RT2860_PHY_CCK); in run_set_tx_desc()
3263 txwi->phy = htole16(RT2860_PHY_OFDM); in run_set_tx_desc()
3264 txwi->phy |= htole16(mcs); in run_set_tx_desc()
3271 txwi->txop |= RT2860_TX_TXOP_HT; in run_set_tx_desc()
[all …]