Home | History | Annotate | Download | only in l2cap

Lines Matching refs:last_ack_sent

456         p_fcrb->last_ack_sent = p_ccb->fcrb.next_seq_expected;
615 p_ccb->fcrb.last_ack_sent = p_ccb->fcrb.next_seq_expected;
702 p_ccb->fcrb.last_ack_sent, p_ccb->fcrb.waiting_for_ack_q.count, p_ccb->fcrb.num_tries);
837 && (p_ccb->fcrb.next_seq_expected != p_ccb->fcrb.last_ack_sent) )
843 p_ccb->fcrb.last_ack_sent);
904 p_ccb->chnl_state, p_ccb->fcrb.wait_ack, p_ccb->fcrb.next_seq_expected, p_ccb->fcrb.last_ack_sent);
907 && (p_ccb->fcrb.last_ack_sent != p_ccb->fcrb.next_seq_expected) )
1260 num_to_ack = (p_fcrb->next_seq_expected - p_fcrb->last_ack_sent) & L2CAP_FCR_SEQ_MODULO;