Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11660 if ((len + sb_offset) > avail) { in bbr_what_can_we_send()
11665 len = avail - sb_offset; in bbr_what_can_we_send()
11807 int32_t sb_offset; in bbr_output_wtime() local
12234 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime()
12292 sb_offset = 0; in bbr_output_wtime()
12359 sb_offset = 0; in bbr_output_wtime()
12386 sb_offset--, len++; in bbr_output_wtime()
12524 if (sbavail(sb) > sb_offset) in bbr_output_wtime()
12525 sbleft = sbavail(sb) - sb_offset; in bbr_output_wtime()
13083 if ((sb_offset > sbavail(sb)) || ((len + sb_offset) > sbavail(sb))) { in bbr_output_wtime()
[all …]
H A Drack.c19449 if (sb_offset) { in rack_start_gp_measurement()
19647 if ((len + sb_offset) > avail) { in rack_what_can_we_send()
19652 len = avail - sb_offset; in rack_what_can_we_send()
21262 uint32_t sb_offset, s_moff = 0; in rack_output() local
21969 sb_offset = 0; in rack_output()
21977 if (tp->snd_wnd > sb_offset) in rack_output()
22027 if (avail > sb_offset) in rack_output()
22028 len = avail - sb_offset; in rack_output()
22035 } else if (avail > sb_offset) { in rack_output()
22036 len = avail - sb_offset; in rack_output()
[all …]
/freebsd/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()