Searched refs:send_width (Results 1 – 12 of 12) sorted by relevance
/external/netperf/src/ |
D | nettest_unix.c | 342 if (send_width == 0) { in send_stream_stream() 343 send_width = (lss_size/send_size) + 1; in send_stream_stream() 344 if (send_width == 1) send_width++; in send_stream_stream() 347 send_ring = allocate_buffer_ring(send_width, in send_stream_stream() 1131 if (send_width == 0) send_width = 1; in send_stream_rr() 1134 send_ring = allocate_buffer_ring(send_width, in send_stream_rr() 1632 if (send_width == 0) send_width = 32; in send_dg_stream() 1634 send_ring = allocate_buffer_ring(send_width, in send_dg_stream() 2807 if (send_width == 0) send_width = 1; in recv_dg_rr() 2815 send_ring = allocate_buffer_ring(send_width, in recv_dg_rr() [all …]
|
D | nettest_sdp.c | 333 if (send_width == 0) { in send_sdp_stream() 334 send_width = (lss_size/send_size) + 1; in send_sdp_stream() 335 if (send_width == 1) send_width++; in send_sdp_stream() 343 send_ring = allocate_buffer_ring(send_width, in send_sdp_stream() 2043 if (send_width == 0) { in recv_sdp_maerts() 2044 send_width = (lsr_size/send_size) + 1; in recv_sdp_maerts() 2045 if (send_width == 1) send_width++; in recv_sdp_maerts() 2048 send_ring = allocate_buffer_ring(send_width, in recv_sdp_maerts() 2419 if (send_width == 0) send_width = 1; in send_sdp_rr() 2423 send_ring = allocate_buffer_ring(send_width, in send_sdp_rr() [all …]
|
D | nettest_sctp.c | 491 if (send_width == 0) { in send_sctp_stream() 492 send_width = (lss_size/send_size) + 1; in send_sctp_stream() 493 if (send_width == 1) send_width++; in send_sctp_stream() 501 send_ring = allocate_buffer_ring(send_width, in send_sctp_stream() 1614 if (send_width == 0) { in send_sctp_stream_1toMany() 1615 send_width = (lss_size/send_size) + 1; in send_sctp_stream_1toMany() 1616 if (send_width == 1) send_width++; in send_sctp_stream_1toMany() 1624 send_ring = allocate_buffer_ring(send_width, in send_sctp_stream_1toMany() 2692 if (send_width == 0) send_width = 1; in send_sctp_rr() 2696 send_ring = allocate_buffer_ring(send_width, in send_sctp_rr() [all …]
|
D | nettest_bsd.c | 1870 if (send_width == 0) { in send_tcp_stream() 1871 send_width = (lss_size/send_size) + 1; in send_tcp_stream() 1872 if (send_width == 1) send_width++; in send_tcp_stream() 1880 send_ring = allocate_buffer_ring(send_width, in send_tcp_stream() 3528 if (send_width == 0) { in send_exs_tcp_stream() 3529 send_width = (lss_size/send_size) + 1; in send_exs_tcp_stream() 3530 if (send_width == 1) send_width++; in send_exs_tcp_stream() 3538 send_ring = allocate_exs_buffer_ring(send_width, in send_exs_tcp_stream() 4315 if (send_width == 0) { 4316 send_width = (lss_size/send_size) + 1; [all …]
|
D | nettest_xti.c | 692 if (send_width == 0) { in send_xti_tcp_stream() 693 send_width = (lss_size/send_size) + 1; in send_xti_tcp_stream() 694 if (send_width == 1) send_width++; in send_xti_tcp_stream() 702 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_stream() 1862 if (send_width == 0) send_width = 1; in send_xti_tcp_rr() 1866 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_rr() 2605 if (send_width == 0) send_width = 32; in send_xti_udp_stream() 2608 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_stream() 3576 if (send_width == 0) send_width = 1; in send_xti_udp_rr() 3580 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_rr() [all …]
|
D | nettest_omni.c | 1985 &send_width, 1, 0, NETPERF_TYPE_INT32); in print_omni_init_list() 3857 if (send_width == 0) send_width = 1; in send_omni_inner() 3865 if (send_width == 0) in send_omni_inner() 3866 send_width = (lss_size/send_size) + 1; in send_omni_inner() 3867 if (send_width == 1) send_width++; in send_omni_inner() 3871 send_ring = allocate_buffer_ring(send_width, in send_omni_inner() 3879 send_width); in send_omni_inner() 3944 omni_request->send_width = send_width; in send_omni_inner() 4046 remote_send_width = omni_response->send_width; in send_omni_inner() 5140 omni_response->send_width = omni_request->send_width; in recv_omni() [all …]
|
D | netsh.h | 163 extern int send_width;
|
D | nettest_bsd.h | 57 uint32_t send_width; /* number of send buffers to use */ member 108 int32_t send_width; member
|
D | nettest_dlpi.c | 521 if (send_width == 0) { in send_dlpi_co_stream() 522 send_width = (lsw_size/send_size) + 1; in send_dlpi_co_stream() 523 if (send_width == 1) send_width++; in send_dlpi_co_stream() 526 send_ring = allocate_buffer_ring(send_width, in send_dlpi_co_stream() 1962 if (send_width == 0) send_width = 32; in send_dlpi_cl_stream() 1963 message = (char *)malloc(send_size * (send_width + 1) + local_send_align + local_send_offset); in send_dlpi_cl_stream() 1965 …printf("malloc(%d) failed!\n", send_size * (send_width + 1) + local_send_align + local_send_offset… in send_dlpi_cl_stream()
|
D | netsh.c | 202 int send_width; variable 864 send_width = convert(arg1); in scan_cmd_line()
|
/external/netperf/doc/ |
D | netperf.texi | 1720 file must be larger than send_width * send_size
|
D | netperf.info | 1606 file must be larger than send_width * send_size
|