Home
last modified time | relevance | path

Searched refs:sb_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c11678 if ((len + sb_offset) > avail) { in bbr_what_can_we_send()
11683 len = avail - sb_offset; in bbr_what_can_we_send()
11825 int32_t sb_offset; in bbr_output_wtime() local
12252 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime()
12310 sb_offset = 0; in bbr_output_wtime()
12377 sb_offset = 0; in bbr_output_wtime()
12404 sb_offset--, len++; in bbr_output_wtime()
12542 if (sbavail(sb) > sb_offset) in bbr_output_wtime()
12543 sbleft = sbavail(sb) - sb_offset; in bbr_output_wtime()
13101 if ((sb_offset > sbavail(sb)) || ((len + sb_offset) > sbavail(sb))) { in bbr_output_wtime()
[all …]
H A Drack.c18145 if (sb_offset) { in rack_start_gp_measurement()
18333 if ((len + sb_offset) > avail) { in rack_what_can_we_send()
18338 len = avail - sb_offset; in rack_what_can_we_send()
19929 uint32_t sb_offset, s_moff = 0; in rack_output() local
20535 sb_offset = 0; in rack_output()
20543 if (tp->snd_wnd > sb_offset) in rack_output()
20593 if (avail > sb_offset) in rack_output()
20594 len = avail - sb_offset; in rack_output()
20601 } else if (avail > sb_offset) { in rack_output()
20602 len = avail - sb_offset; in rack_output()
[all …]
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_int.c1493 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()