Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_width

283   if (send_width == 0) {
284 send_width = (lsw_size/send_size) + 1;
285 if (send_width == 1) send_width++;
288 send_ring = allocate_buffer_ring(send_width,
1727 if (send_width == 0) send_width = 32;
1728 message = (char *)malloc(send_size * (send_width + 1) + local_send_align + local_send_offset);
1730 printf("malloc(%d) failed!\n", send_size * (send_width + 1) + local_send_align + local_send_offset);