Lines Matching refs:outbuf
176 __le32 *outbuf; in gen_ndis_query_resp() local
200 outbuf = (__le32 *)&resp[1]; in gen_ndis_query_resp()
216 outbuf[i] = cpu_to_le32(oid_supported_list[i]); in gen_ndis_query_resp()
229 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
236 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
244 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
252 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
262 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
264 *outbuf = cpu_to_le32(params->speed); in gen_ndis_query_resp()
272 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
281 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
289 *outbuf = cpu_to_le32(params->vendorID); in gen_ndis_query_resp()
298 memcpy(outbuf, params->vendorDescr, length); in gen_ndis_query_resp()
300 outbuf[0] = 0; in gen_ndis_query_resp()
308 *outbuf = rndis_driver_version; in gen_ndis_query_resp()
315 *outbuf = cpu_to_le32(*params->filter); in gen_ndis_query_resp()
322 *outbuf = cpu_to_le32(RNDIS_MAX_TOTAL_SIZE); in gen_ndis_query_resp()
330 *outbuf = cpu_to_le32(params->media_state); in gen_ndis_query_resp()
336 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
346 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
359 *outbuf = cpu_to_le32(stats->tx_packets in gen_ndis_query_resp()
370 *outbuf = cpu_to_le32(stats->rx_packets in gen_ndis_query_resp()
381 *outbuf = cpu_to_le32(stats->tx_errors); in gen_ndis_query_resp()
391 *outbuf = cpu_to_le32(stats->rx_errors); in gen_ndis_query_resp()
400 *outbuf = cpu_to_le32(stats->rx_dropped); in gen_ndis_query_resp()
412 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
422 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
431 *outbuf = cpu_to_le32(0xE0000000); in gen_ndis_query_resp()
439 *outbuf = cpu_to_le32(1); in gen_ndis_query_resp()
445 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
455 *outbuf = cpu_to_le32(stats->rx_frame_errors); in gen_ndis_query_resp()
463 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
470 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()