Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dbbr.c11769 if ((len + sb_offset) > avail) { in bbr_what_can_we_send()
11774 len = avail - sb_offset; in bbr_what_can_we_send()
11928 int32_t sb_offset; in bbr_output_wtime() local
12356 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime()
12414 sb_offset = 0; in bbr_output_wtime()
12481 sb_offset = 0; in bbr_output_wtime()
12508 sb_offset--, len++; in bbr_output_wtime()
12646 if (sbavail(sb) > sb_offset) in bbr_output_wtime()
12647 sbleft = sbavail(sb) - sb_offset; in bbr_output_wtime()
13206 if ((sb_offset > sbavail(sb)) || ((len + sb_offset) > sbavail(sb))) { in bbr_output_wtime()
[all …]
H A Drack.c14808 if (sb_offset) { in rack_start_gp_measurement()
14970 if ((len + sb_offset) > avail) { in rack_what_can_we_send()
14975 len = avail - sb_offset; in rack_what_can_we_send()
16116 uint32_t sb_offset, s_moff = 0; in rack_output() local
16649 sb_offset = 0; in rack_output()
16657 if (tp->snd_wnd > sb_offset) in rack_output()
16694 if (avail > sb_offset) in rack_output()
16695 len = avail - sb_offset; in rack_output()
16702 } else if (avail > sb_offset) { in rack_output()
16703 len = avail - sb_offset; in rack_output()
[all …]
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_int.c1495 u32 sb_offset, pi_offset; in _ecore_int_cau_conf_pi() local
1500 sb_offset = igu_sb_id * PIS_PER_SB_E4; in _ecore_int_cau_conf_pi()
1509 pi_offset = sb_offset + pi_index; in _ecore_int_cau_conf_pi()