Lines Matching refs:send_width
693 if (send_width == 0) { in send_xti_tcp_stream()
694 send_width = (lss_size/send_size) + 1; in send_xti_tcp_stream()
695 if (send_width == 1) send_width++; in send_xti_tcp_stream()
703 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_stream()
1863 if (send_width == 0) send_width = 1; in send_xti_tcp_rr()
1867 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_rr()
2606 if (send_width == 0) send_width = 32; in send_xti_udp_stream()
2609 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_stream()
3577 if (send_width == 0) send_width = 1; in send_xti_udp_rr()
3581 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_rr()
4224 if (send_width == 0) send_width = 1; in recv_xti_udp_rr()
4232 send_ring = allocate_buffer_ring(send_width, in recv_xti_udp_rr()
4604 if (send_width == 0) send_width = 1; in recv_xti_tcp_rr()
4607 send_ring = allocate_buffer_ring(send_width, in recv_xti_tcp_rr()
5099 if (send_width == 0) send_width = 1; in send_xti_tcp_conn_rr()
5102 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_conn_rr()
5993 send_width = convert(optarg); in scan_xti_args()