Lines Matching refs:cpu_to_le32

195 			outbuf[i] = cpu_to_le32(oid_supported_list[i]);  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()
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()
292 *outbuf = cpu_to_le32(*params->filter); in gen_ndis_query_resp()
308 *outbuf = cpu_to_le32(params->media_state); 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()
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()
562 *outbuf = cpu_to_le32(params->stats->rx_frame_errors); in gen_ndis_query_resp()
646 resp->InformationBufferLength = cpu_to_le32(length); in gen_ndis_query_resp()
648 resp->MessageLength = cpu_to_le32(r->length); in gen_ndis_query_resp()
723 min(cpu_to_le32(param->ParameterNameLength), 80), in gen_ndis_set_resp()
798 resp->MaxTransferSize = cpu_to_le32( in rndis_init_response()
970 resp->Status = cpu_to_le32(status); in rndis_indicate_status_msg()
1211 header->MessageLength = cpu_to_le32(length + sizeof *header); in rndis_add_hdr()
1213 header->DataLength = cpu_to_le32(length); in rndis_add_hdr()