Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c11800 if ((len + sb_offset) > avail) { in bbr_what_can_we_send()
11805 len = avail - sb_offset; in bbr_what_can_we_send()
11961 int32_t sb_offset; in bbr_output_wtime() local
12393 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime()
12451 sb_offset = 0; in bbr_output_wtime()
12518 sb_offset = 0; in bbr_output_wtime()
12545 sb_offset--, len++; in bbr_output_wtime()
12683 if (sbavail(sb) > sb_offset) in bbr_output_wtime()
12684 sbleft = sbavail(sb) - sb_offset; in bbr_output_wtime()
13247 if ((sb_offset > sbavail(sb)) || ((len + sb_offset) > sbavail(sb))) { in bbr_output_wtime()
[all …]
H A Drack.c11706 if (sb_offset) { in rack_start_gp_measurement()
11866 if ((len + sb_offset) > avail) { in rack_what_can_we_send()
11871 len = avail - sb_offset; in rack_what_can_we_send()
11882 uint32_t sb_offset; in rack_output() local
12313 sb_offset = 0; in rack_output()
12351 if ((sb_offset + len) > avail) { in rack_output()
12353 if (avail > sb_offset) in rack_output()
12354 len = avail - sb_offset; in rack_output()
12360 } else if (avail > sb_offset) in rack_output()
12361 len = avail - sb_offset; in rack_output()
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c1542 u32 sb_offset, pi_offset; in _ecore_int_cau_conf_pi() local
1547 sb_offset = igu_sb_id * PIS_PER_SB; in _ecore_int_cau_conf_pi()
1556 pi_offset = sb_offset + pi_index; in _ecore_int_cau_conf_pi()