Searched refs:rx_cap_log2 (Results 1 – 1 of 1) sorted by relevance
445 let rx_cap_log2 = mem::size_of::<usize>() * 8 - rx_capacity.leading_zeros() as usize; in new() localVariable466 remote_win_shift: rx_cap_log2.saturating_sub(16) as u8, in new()666 let rx_cap_log2 = in reset() localVariable685 self.remote_win_shift = rx_cap_log2.saturating_sub(16) as u8; in reset()