Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_width

335     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,
2421 /* since this is a request/response test, default the send_width and */
2424 if (send_width == 0) send_width = 1;
2428 send_ring = allocate_buffer_ring(send_width,
3070 if (send_width == 0) send_width = 1;
3073 send_ring = allocate_buffer_ring(send_width,
3512 send_width = convert(optarg);