Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_width

507     if (send_width == 0) {
508 send_width = (lss_size/send_size) + 1;
509 if (send_width == 1) send_width++;
517 send_ring = allocate_buffer_ring(send_width,
1637 if (send_width == 0) {
1638 send_width = (lss_size/send_size) + 1;
1639 if (send_width == 1) send_width++;
1647 send_ring = allocate_buffer_ring(send_width,
2717 /* since this is a request/response test, default the send_width and */
2720 if (send_width == 0) send_width = 1;
2724 send_ring = allocate_buffer_ring(send_width,
3343 if (send_width == 0) send_width = 1;
3346 send_ring = allocate_buffer_ring(send_width,
3780 /* since this is a request/response test, default the send_width and */
3783 if (send_width == 0) send_width = 1;
3787 send_ring = allocate_buffer_ring(send_width,
4400 if (send_width == 0) send_width = 1;
4403 send_ring = allocate_buffer_ring(send_width,
4835 send_width = convert(optarg);