Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rwn/
H A Drt2860_var.h75 struct rt2860_txwi *txwi; member
160 struct rt2860_txwi *txwi; member
H A Drt2860.c931 sc->txwi = (struct rt2860_txwi *)sc->txpool_dma.mem_va; in rt2860_alloc_tx_pool()
932 (void) bzero(sc->txwi, size); in rt2860_alloc_tx_pool()
949 data->txwi = &sc->txwi[i]; in rt2860_alloc_tx_pool()
968 if (sc->txwi != NULL) { in rt2860_free_tx_pool()
1085 struct rt2860_txwi *txwi; in rt2860_send() local
1178 txwi = data->txwi; in rt2860_send()
1179 (void) bzero(txwi, sizeof (struct rt2860_txwi)); in rt2860_send()
1180 txwi->wcid = (type == IEEE80211_FC0_TYPE_DATA) ? in rt2860_send()
1182 txwi->len = LE_16(pktlen); in rt2860_send()
1184 txwi->phy = LE_16(RT2860_PHY_CCK); in rt2860_send()
[all …]