Searched refs:txwi (Results 1 – 2 of 2) sorted by relevance
75 struct rt2860_txwi *txwi; member160 struct rt2860_txwi *txwi; member
931 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() local1178 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 …]