Searched refs:send_width (Results 1 - 10 of 10) sorted by relevance

/external/netperf/src/
H A Dnettest_sdp.c335 if (send_width == 0) {
336 send_width = (lss_size/send_size) + 1;
337 if (send_width == 1) send_width++;
345 send_ring = allocate_buffer_ring(send_width,
2047 if (send_width == 0) {
2048 send_width = (lsr_size/send_size) + 1;
2049 if (send_width == 1) send_width++;
2052 send_ring = allocate_buffer_ring(send_width,
[all...]
H A Dnettest_unix.c346 if (send_width == 0) {
347 send_width = (lss_size/send_size) + 1;
348 if (send_width == 1) send_width++;
351 send_ring = allocate_buffer_ring(send_width,
1134 since this is a request/response test, default the send_width and
1137 if (send_width == 0) send_width = 1;
1140 send_ring = allocate_buffer_ring(send_width,
1639 if (send_width
[all...]
H A Dnetsh.h163 extern int send_width;
H A Dnettest_sctp.c496 if (send_width == 0) {
497 send_width = (lss_size/send_size) + 1;
498 if (send_width == 1) send_width++;
506 send_ring = allocate_buffer_ring(send_width,
1621 if (send_width == 0) {
1622 send_width = (lss_size/send_size) + 1;
1623 if (send_width == 1) send_width++;
1631 send_ring = allocate_buffer_ring(send_width,
[all...]
H A Dnettest_omni.c1985 &send_width, 1, 0, NETPERF_TYPE_INT32);
3857 if (send_width == 0) send_width = 1;
3865 if (send_width == 0)
3866 send_width = (lss_size/send_size) + 1;
3867 if (send_width == 1) send_width++;
3871 send_ring = allocate_buffer_ring(send_width,
3879 send_width);
3944 omni_request->send_width
[all...]
H A Dnettest_bsd.c1879 if (send_width == 0) {
1880 send_width = (lss_size/send_size) + 1;
1881 if (send_width == 1) send_width++;
1889 send_ring = allocate_buffer_ring(send_width,
3540 if (send_width == 0) {
3541 send_width = (lss_size/send_size) + 1;
3542 if (send_width == 1) send_width++;
3550 send_ring = allocate_exs_buffer_ring(send_width,
[all...]
H A Dnettest_bsd.h57 uint32_t send_width; /* number of send buffers to use */ member in struct:omni_request_struct
108 int32_t send_width; member in struct:omni_response_struct
H A Dnettest_xti.c696 if (send_width == 0) {
697 send_width = (lss_size/send_size) + 1;
698 if (send_width == 1) send_width++;
706 send_ring = allocate_buffer_ring(send_width,
1865 /* since this is a request/response test, default the send_width and */
1868 if (send_width == 0) send_width = 1;
1872 send_ring = allocate_buffer_ring(send_width,
2612 if (send_width
[all...]
H A Dnettest_dlpi.c524 if (send_width == 0) {
525 send_width = (lsw_size/send_size) + 1;
526 if (send_width == 1) send_width++;
529 send_ring = allocate_buffer_ring(send_width,
1968 if (send_width == 0) send_width = 32;
1969 message = (char *)malloc(send_size * (send_width + 1) + local_send_align + local_send_offset);
1971 printf("malloc(%d) failed!\n", send_size * (send_width + 1) + local_send_align + local_send_offset);
H A Dnetsh.c202 int send_width; variable
867 send_width = convert(arg1);

Completed in 2028 milliseconds