Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c932 sc->txwi = (struct rt2860_txwi *)sc->txpool_dma.mem_va; in rt2860_alloc_tx_pool()
933 (void) bzero(sc->txwi, size); in rt2860_alloc_tx_pool()
950 data->txwi = &sc->txwi[i]; in rt2860_alloc_tx_pool()
969 if (sc->txwi != NULL) { in rt2860_free_tx_pool()
1086 struct rt2860_txwi *txwi; in rt2860_send() local
1179 txwi = data->txwi; in rt2860_send()
1180 (void) bzero(txwi, sizeof (struct rt2860_txwi)); in rt2860_send()
1181 txwi->wcid = (type == IEEE80211_FC0_TYPE_DATA) ? in rt2860_send()
1183 txwi->len = LE_16(pktlen); in rt2860_send()
1185 txwi->phy = LE_16(RT2860_PHY_CCK); in rt2860_send()
[all …]
H A Drt2860_var.h75 struct rt2860_txwi *txwi; member
160 struct rt2860_txwi *txwi; member