Home | History | Annotate | Download | only in netperf

Lines Matching refs:DLPI_CL_STREAM_RESPONSE

1652   struct	dlpi_cl_stream_response_struct	*dlpi_cl_stream_response;
1656 dlpi_cl_stream_response = (struct dlpi_cl_stream_response_struct *)netperf_response.content.test_specific_data;
1826 bcopy((char *)(dlpi_cl_stream_response->station_addr),
1828 dlpi_cl_stream_response->station_addr_len);
1830 data_req->dl_dest_addr_length = dlpi_cl_stream_response->station_addr_len;
1841 rrw_size = dlpi_cl_stream_response->recv_win_size;
1842 rsw_size = dlpi_cl_stream_response->send_win_size;
1843 remote_cpu_rate = dlpi_cl_stream_response->cpu_rate;
2090 struct dlpi_cl_stream_response_struct *dlpi_cl_stream_response;
2094 dlpi_cl_stream_response = (struct dlpi_cl_stream_response_struct *)netperf_response.content.test_specific_data;
2120 netperf_response.content.response_type = DLPI_CL_STREAM_RESPONSE;
2212 dlpi_cl_stream_response->recv_win_size = -1;
2217 dlpi_cl_stream_response->recv_win_size = -1;
2221 dlpi_cl_stream_response->test_length = dlpi_cl_stream_request->test_length;
2224 dlpi_cl_stream_response->station_addr_len = 14; /* arbitrary */
2228 (char *)dlpi_cl_stream_response->station_addr,
2229 &dlpi_cl_stream_response->station_addr_len) != 0) {
2243 dlpi_cl_stream_response->cpu_rate = 0.0; /* assume no cpu */
2249 dlpi_cl_stream_response->measure_cpu = 1;
2250 dlpi_cl_stream_response->cpu_rate = calibrate_local_cpu(dlpi_cl_stream_request->cpu_rate);