Searched refs:last_rx_ack (Results 1 – 3 of 3) sorted by relevance
527 p_ccb->fcrb.next_tx_seq, p_ccb->fcrb.last_rx_ack, in l2c_fcr_proc_pdu()856 num_bufs_acked = (req_seq - p_fcrb->last_rx_ack) & L2CAP_FCR_SEQ_MODULO; in process_reqseq()864 ctrl_word, req_seq, p_fcrb->last_rx_ack, in process_reqseq()871 p_fcrb->last_rx_ack = req_seq; in process_reqseq()1283 p_ccb->fcrb.last_rx_ack, p_ccb->local_cid, p_ccb->fcrb.num_tries, in retransmit_i_frames()
223 uint8_t last_rx_ack; /* Last sequence number ack'ed by the peer */ member
156 .last_rx_ack = 0,