Searched refs:sb_offset (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 11649 uint32_t avail, int32_t sb_offset, uint32_t cts) in bbr_what_can_we_send() argument 11673 if ((len + sb_offset) > avail) { in bbr_what_can_we_send() 11678 len = avail - sb_offset; in bbr_what_can_we_send() 11820 int32_t sb_offset; in bbr_output_wtime() local 12109 sb_offset = tp->snd_max - tp->snd_una; in bbr_output_wtime() 12192 sb_offset = rsm->r_start - tp->snd_una; in bbr_output_wtime() 12226 sb_offset = rsm->r_start - tp->snd_una; in bbr_output_wtime() 12246 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime() 12302 sb_offset = tp->snd_max - tp->snd_una; in bbr_output_wtime() 12304 sb_offset = 0; in bbr_output_wtime() [all …]
|
| H A D | rack.c | 17699 tcp_seq startseq, uint32_t sb_offset) in rack_start_gp_measurement() argument 17768 if (sb_offset) { in rack_start_gp_measurement() 17937 uint32_t avail, int32_t sb_offset) in rack_what_can_we_send() argument 17966 if ((len + sb_offset) > avail) { in rack_what_can_we_send() 17971 len = avail - sb_offset; in rack_what_can_we_send() 18952 int32_t pacing_delay, segsiz, len, max_val, tso = 0, sb_offset, error, ulen = 0; in rack_fast_output() local 19063 sb_offset = tp->snd_max - tp->snd_una; in rack_fast_output() 19354 rack_start_gp_measurement(tp, rack, tp->snd_max, sb_offset); in rack_fast_output() 19554 uint32_t sb_offset, s_moff = 0; in rack_output() local 19943 sb_offset = tp->snd_max - tp->snd_una; in rack_output() [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_int.c | 1493 u32 sb_offset, pi_offset; in _ecore_int_cau_conf_pi() local 1498 sb_offset = igu_sb_id * PIS_PER_SB_E4; in _ecore_int_cau_conf_pi() 1507 pi_offset = sb_offset + pi_index; in _ecore_int_cau_conf_pi()
|