Lines Matching full:req_seq
433 /* Get the old control word and clear out the old req_seq and F bits */
932 UINT8 req_seq, num_bufs_acked, xx;
949 req_seq = (ctrl_word & L2CAP_FCR_REQ_SEQ_BITS) >> L2CAP_FCR_REQ_SEQ_BITS_SHIFT;
951 num_bufs_acked = (req_seq - p_fcrb->last_rx_ack) & L2CAP_FCR_SEQ_MODULO;
957 L2CAP_TRACE_WARNING ("L2CAP eRTM Frame BAD Req_Seq - ctrl_word: 0x%04x req_seq 0x%02x last_rx_ack: 0x%02x QCount: %u",
958 ctrl_word, req_seq, p_fcrb->last_rx_ack, p_fcrb->waiting_for_ack_q.count);
966 req_seq, p_fcrb->last_rx_ack, p_fcrb->waiting_for_ack_q.count);
968 p_fcrb->last_rx_ack = req_seq;