Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_width

697     if (send_width == 0) {
698 send_width = (lss_size/send_size) + 1;
699 if (send_width == 1) send_width++;
707 send_ring = allocate_buffer_ring(send_width,
1866 /* since this is a request/response test, default the send_width and */
1869 if (send_width == 0) send_width = 1;
1873 send_ring = allocate_buffer_ring(send_width,
2613 if (send_width == 0) send_width = 32;
2616 send_ring = allocate_buffer_ring(send_width,
3586 if (send_width == 0) send_width = 1;
3590 send_ring = allocate_buffer_ring(send_width,
4234 if (send_width == 0) send_width = 1;
4242 send_ring = allocate_buffer_ring(send_width,
4615 if (send_width == 0) send_width = 1;
4618 send_ring = allocate_buffer_ring(send_width,
5111 if (send_width == 0) send_width = 1;
5114 send_ring = allocate_buffer_ring(send_width,
6007 send_width = convert(optarg);