Lines Matching refs:outbuf
174 __le32 *outbuf; in gen_ndis_query_resp() local
198 outbuf = (__le32 *)&resp[1]; in gen_ndis_query_resp()
214 outbuf[i] = cpu_to_le32(oid_supported_list[i]); in gen_ndis_query_resp()
227 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
234 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
242 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
250 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
260 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
262 *outbuf = cpu_to_le32(params->speed); in gen_ndis_query_resp()
270 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
279 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
287 *outbuf = cpu_to_le32(params->vendorID); in gen_ndis_query_resp()
296 memcpy(outbuf, params->vendorDescr, length); in gen_ndis_query_resp()
298 outbuf[0] = 0; in gen_ndis_query_resp()
306 *outbuf = rndis_driver_version; in gen_ndis_query_resp()
313 *outbuf = cpu_to_le32(*params->filter); in gen_ndis_query_resp()
320 *outbuf = cpu_to_le32(RNDIS_MAX_TOTAL_SIZE); in gen_ndis_query_resp()
328 *outbuf = cpu_to_le32(params->media_state); in gen_ndis_query_resp()
334 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
344 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
357 *outbuf = cpu_to_le32(stats->tx_packets in gen_ndis_query_resp()
368 *outbuf = cpu_to_le32(stats->rx_packets in gen_ndis_query_resp()
379 *outbuf = cpu_to_le32(stats->tx_errors); in gen_ndis_query_resp()
389 *outbuf = cpu_to_le32(stats->rx_errors); in gen_ndis_query_resp()
398 *outbuf = cpu_to_le32(stats->rx_dropped); in gen_ndis_query_resp()
410 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
420 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
429 *outbuf = cpu_to_le32(0xE0000000); in gen_ndis_query_resp()
437 *outbuf = cpu_to_le32(1); in gen_ndis_query_resp()
443 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
453 *outbuf = cpu_to_le32(stats->rx_frame_errors); in gen_ndis_query_resp()
461 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
468 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()