Searched refs:n_frames_in_tx_window_ (Results 1 – 2 of 2) sorted by relevance
51 n_frames_in_tx_window_(n_frames_in_tx_window), in EnhancedRetransmissionModeTxEngine()60 PW_DCHECK(n_frames_in_tx_window_); in EnhancedRetransmissionModeTxEngine()116 PW_DCHECK(NumUnackedFrames() <= n_frames_in_tx_window_, in UpdateAckSeq()120 n_frames_in_tx_window_, in UpdateAckSeq()257 NumUnackedFrames() < n_frames_in_tx_window_) { in MaybeSendQueuedData()402 PW_CHECK(n_to_send <= n_frames_in_tx_window_); in RetransmitUnackedData()
210 const uint8_t n_frames_in_tx_window_; variable