Searched refs:txfids (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/
H A Dairo.c1223 HostTxDesc txfids[MPI_MAX_FIDS]; member in struct:airo_info
1989 ai->txfids[0].tx_desc.offset = 0;
1990 ai->txfids[0].tx_desc.valid = 1;
1991 ai->txfids[0].tx_desc.eoc = 1;
1992 ai->txfids[0].tx_desc.len =len+sizeof(WifiHdr);
2002 memcpy(ai->txfids[0].virtual_host_addr,
2005 payloadLen = (__le16 *)(ai->txfids[0].virtual_host_addr +
2007 sendbuf = ai->txfids[0].virtual_host_addr +
2022 ai->txfids[0].tx_desc.len += sizeof(pMic);
2039 memcpy_toio(ai->txfids[
[all...]

Completed in 42 milliseconds