Searched refs:txdsc (Results 1 – 1 of 1) sorted by relevance
2182 struct ipw2200_tx_desc *txdsc; in ipw2200_send() local2288 txdsc = &sc->sc_txdsc[idx]; in ipw2200_send()2289 (void) memset(txdsc, 0, sizeof (*txdsc)); in ipw2200_send()2293 p = (uint8_t *)&txdsc->wh; in ipw2200_send()2305 txdsc->hdr.type = IPW2200_HDR_TYPE_DATA; in ipw2200_send()2306 txdsc->hdr.flags = IPW2200_HDR_FLAG_IRQ; in ipw2200_send()2307 txdsc->cmd = IPW2200_DATA_CMD_TX; in ipw2200_send()2308 txdsc->len = LE_16(cnt); in ipw2200_send()2309 txdsc->flags = 0; in ipw2200_send()2313 txdsc->flags |= IPW2200_DATA_FLAG_NEED_ACK; in ipw2200_send()[all …]