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.c11644 uint32_t avail, int32_t sb_offset, uint32_t cts) in bbr_what_can_we_send() argument
11668 if ((len + sb_offset) > avail) { in bbr_what_can_we_send()
11673 len = avail - sb_offset; in bbr_what_can_we_send()
11815 int32_t sb_offset; in bbr_output_wtime() local
12104 sb_offset = tp->snd_max - tp->snd_una; in bbr_output_wtime()
12187 sb_offset = rsm->r_start - tp->snd_una; in bbr_output_wtime()
12221 sb_offset = rsm->r_start - tp->snd_una; in bbr_output_wtime()
12241 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime()
12297 sb_offset = tp->snd_max - tp->snd_una; in bbr_output_wtime()
12299 sb_offset = 0; in bbr_output_wtime()
[all …]
H A Drack.c17691 tcp_seq startseq, uint32_t sb_offset) in rack_start_gp_measurement() argument
17760 if (sb_offset) { in rack_start_gp_measurement()
17929 uint32_t avail, int32_t sb_offset) in rack_what_can_we_send() argument
17958 if ((len + sb_offset) > avail) { in rack_what_can_we_send()
17963 len = avail - sb_offset; in rack_what_can_we_send()
18944 int32_t pacing_delay, segsiz, len, max_val, tso = 0, sb_offset, error, ulen = 0; in rack_fast_output() local
19055 sb_offset = tp->snd_max - tp->snd_una; in rack_fast_output()
19346 rack_start_gp_measurement(tp, rack, tp->snd_max, sb_offset); in rack_fast_output()
19546 uint32_t sb_offset, s_moff = 0; in rack_output() local
19935 sb_offset = tp->snd_max - tp->snd_una; 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()