Lines Matching refs:outbuf
178 __le32 *outbuf; in gen_ndis_query_resp() local
202 outbuf = (__le32 *)&resp[1]; in gen_ndis_query_resp()
218 outbuf[i] = cpu_to_le32(oid_supported_list[i]); in gen_ndis_query_resp()
231 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
238 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
246 *outbuf = cpu_to_le32(params->medium); in gen_ndis_query_resp()
254 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
264 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
266 *outbuf = cpu_to_le32(params->speed); in gen_ndis_query_resp()
274 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
283 *outbuf = cpu_to_le32(params->dev->mtu); in gen_ndis_query_resp()
291 *outbuf = cpu_to_le32(params->vendorID); in gen_ndis_query_resp()
300 memcpy(outbuf, params->vendorDescr, length); in gen_ndis_query_resp()
302 outbuf[0] = 0; in gen_ndis_query_resp()
310 *outbuf = rndis_driver_version; in gen_ndis_query_resp()
317 *outbuf = cpu_to_le32(*params->filter); in gen_ndis_query_resp()
324 *outbuf = cpu_to_le32(RNDIS_MAX_TOTAL_SIZE); in gen_ndis_query_resp()
332 *outbuf = cpu_to_le32(params->media_state); in gen_ndis_query_resp()
338 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
348 *outbuf = cpu_to_le32( in gen_ndis_query_resp()
361 *outbuf = cpu_to_le32(stats->tx_packets in gen_ndis_query_resp()
372 *outbuf = cpu_to_le32(stats->rx_packets in gen_ndis_query_resp()
383 *outbuf = cpu_to_le32(stats->tx_errors); in gen_ndis_query_resp()
393 *outbuf = cpu_to_le32(stats->rx_errors); in gen_ndis_query_resp()
402 *outbuf = cpu_to_le32(stats->rx_dropped); in gen_ndis_query_resp()
414 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
424 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
433 *outbuf = cpu_to_le32(0xE0000000); in gen_ndis_query_resp()
441 *outbuf = cpu_to_le32(1); in gen_ndis_query_resp()
447 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
457 *outbuf = cpu_to_le32(stats->rx_frame_errors); in gen_ndis_query_resp()
465 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()
472 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp()