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.c11651 uint32_t avail, int32_t sb_offset, uint32_t cts) in bbr_what_can_we_send() argument
11675 if ((len + sb_offset) > avail) { in bbr_what_can_we_send()
11680 len = avail - sb_offset; in bbr_what_can_we_send()
11822 int32_t sb_offset; in bbr_output_wtime() local
12112 sb_offset = tp->snd_max - tp->snd_una; in bbr_output_wtime()
12195 sb_offset = rsm->r_start - tp->snd_una; in bbr_output_wtime()
12229 sb_offset = rsm->r_start - tp->snd_una; in bbr_output_wtime()
12249 tp, bbr, rsm, sb_offset, len); in bbr_output_wtime()
12305 sb_offset = tp->snd_max - tp->snd_una; in bbr_output_wtime()
12307 sb_offset = 0; in bbr_output_wtime()
[all …]
H A Drack.c17818 tcp_seq startseq, uint32_t sb_offset) in rack_start_gp_measurement() argument
17887 if (sb_offset) { in rack_start_gp_measurement()
18056 uint32_t avail, int32_t sb_offset) in rack_what_can_we_send() argument
18085 if ((len + sb_offset) > avail) { in rack_what_can_we_send()
18090 len = avail - sb_offset; in rack_what_can_we_send()
19071 int32_t slot, segsiz, len, max_val, tso = 0, sb_offset, error, ulen = 0; in rack_fast_output() local
19182 sb_offset = tp->snd_max - tp->snd_una; in rack_fast_output()
19473 rack_start_gp_measurement(tp, rack, tp->snd_max, sb_offset); in rack_fast_output()
19672 uint32_t sb_offset, s_moff = 0; in rack_output() local
20051 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()