Lines Matching refs:pcm_max_seg
20030 (rack->r_ctl.pcm_max_seg == 0)) { in rack_output()
20036 rack->r_ctl.pcm_max_seg = rc_init_window(rack); in rack_output()
20037 if (rack->r_ctl.pcm_max_seg < (ctf_fixed_maxseg(tp) * 10)) { in rack_output()
20041 rack->r_ctl.pcm_max_seg = ctf_fixed_maxseg(tp) * 10; in rack_output()
20044 if ((rack->r_ctl.pcm_max_seg != 0) && (rack->pcm_needed == 1)) { in rack_output()
20055 if ((cwa >= rack->r_ctl.pcm_max_seg) && in rack_output()
20056 (rw_avail > rack->r_ctl.pcm_max_seg)) { in rack_output()
20058 pace_max_seg = rack->r_ctl.pcm_max_seg; in rack_output()
20064 cwa, rack->r_ctl.pcm_max_seg, rw_avail); in rack_output()
21153 (rack->r_ctl.pcm_max_seg > 0) && in rack_output()
21154 (len >= rack->r_ctl.pcm_max_seg)) { in rack_output()
21157 rack_log_pcm(rack, 5, len, rack->r_ctl.pcm_max_seg, add_flag); in rack_output()
21159 rack_log_pcm(rack, 6, len, rack->r_ctl.pcm_max_seg, add_flag); in rack_output()
22089 rack_log_pcm(rack, 7, len, rack->r_ctl.pcm_max_seg, add_flag); in rack_output()