Lines Matching refs:outbuf

155 	__le32				*outbuf;  in gen_ndis_query_resp()  local
181 outbuf = (__le32 *) &resp[1]; in gen_ndis_query_resp()
195 outbuf[i] = cpu_to_le32(oid_supported_list[i]); in gen_ndis_query_resp()
209 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
216 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
224 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
232 *outbuf = cpu_to_le32(params->mtu); in gen_ndis_query_resp()
243 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
245 *outbuf = cpu_to_le32(params->speed); in gen_ndis_query_resp()
253 *outbuf = cpu_to_le32(params->mtu); in gen_ndis_query_resp()
262 *outbuf = cpu_to_le32(params->mtu); in gen_ndis_query_resp()
270 *outbuf = cpu_to_le32(params->vendorID); in gen_ndis_query_resp()
278 memcpy(outbuf, params->vendorDescr, length); in gen_ndis_query_resp()
285 *outbuf = rndis_driver_version; in gen_ndis_query_resp()
292 *outbuf = cpu_to_le32(*params->filter); in gen_ndis_query_resp()
299 *outbuf = __constant_cpu_to_le32(RNDIS_MAX_TOTAL_SIZE); in gen_ndis_query_resp()
308 *outbuf = cpu_to_le32(params->media_state); in gen_ndis_query_resp()
314 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
325 *outbuf = __constant_cpu_to_le32( in gen_ndis_query_resp()
339 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
353 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
367 *outbuf = cpu_to_le32(params->stats->tx_errors); in gen_ndis_query_resp()
378 *outbuf = cpu_to_le32(params->stats->rx_errors); in gen_ndis_query_resp()
387 *outbuf = cpu_to_le32(params->stats->rx_dropped); in gen_ndis_query_resp()
401 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
414 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
426 *outbuf = cpu_to_le32(params->stats->multicast * 1234); in gen_ndis_query_resp()
434 *outbuf = cpu_to_le32(params->stats->multicast); in gen_ndis_query_resp()
442 *outbuf = cpu_to_le32(params->stats->tx_packets/42*255); in gen_ndis_query_resp()
450 *outbuf = cpu_to_le32(params->stats->tx_packets / 42); in gen_ndis_query_resp()
457 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
463 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
470 *outbuf = cpu_to_le32(params->stats->multicast * 1111); in gen_ndis_query_resp()
478 *outbuf = cpu_to_le32(params->stats->multicast); in gen_ndis_query_resp()
486 *outbuf = cpu_to_le32(params->stats->rx_packets/42*255); in gen_ndis_query_resp()
494 *outbuf = cpu_to_le32(params->stats->rx_packets / 42); in gen_ndis_query_resp()
502 *outbuf = cpu_to_le32(params->stats->rx_crc_errors); in gen_ndis_query_resp()
509 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
521 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
531 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
540 *outbuf = __constant_cpu_to_le32(0xE0000000); in gen_ndis_query_resp()
548 *outbuf = __constant_cpu_to_le32(1); in gen_ndis_query_resp()
562 *outbuf = cpu_to_le32(params->stats->rx_frame_errors); in gen_ndis_query_resp()
570 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
577 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
625 memset(outbuf, 0, length); in gen_ndis_query_resp()