Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_width

1417     if (send_width == 0) {
1418 send_width = (lss_size/send_size) + 1;
1419 if (send_width == 1) send_width++;
1427 send_ring = allocate_buffer_ring(send_width,
2845 if (send_width == 0) {
2846 send_width = (lss_size/send_size) + 1;
2847 if (send_width == 1) send_width++;
2855 send_ring = allocate_exs_buffer_ring(send_width,
3644 if (send_width == 0) {
3645 send_width = (lss_size/send_size) + 1;
3646 if (send_width == 1) send_width++;
3656 send_ring = alloc_sendfile_buf_ring(send_width,
4709 if (send_width == 0) {
4710 send_width = (lsr_size/send_size) + 1;
4711 if (send_width == 1) send_width++;
4714 send_ring = allocate_buffer_ring(send_width,
5096 /* since this is a request/response test, default the send_width and */
5099 if (send_width == 0) send_width = 1;
5103 send_ring = allocate_buffer_ring(send_width,
5854 if (send_width == 0) send_width = 32;
5857 send_ring = allocate_buffer_ring(send_width,
6728 if (send_width == 0) send_width = 1;
6732 send_ring = allocate_buffer_ring(send_width,
7314 if (send_width == 0) send_width = 1;
7322 send_ring = allocate_buffer_ring(send_width,
7632 if (send_width == 0) send_width = 1;
7635 send_ring = allocate_buffer_ring(send_width,
8095 if (send_width == 0) send_width = 1;
8098 send_ring = allocate_buffer_ring(send_width,
9190 if (send_width == 0) send_width = 1;
9193 send_ring = allocate_buffer_ring(send_width,
10273 /* since this is a request/response test, default the send_width and */
10276 if (send_width == 0) send_width = 1;
10280 send_ring = allocate_buffer_ring(send_width,
10851 if (send_width == 0) send_width = 1;
10854 send_ring = allocate_buffer_ring(send_width,
12263 send_width = convert(optarg);