Home | History | Annotate | Download | only in l2cap

Lines Matching refs:q_count

3411     UINT16 q_count = p_ccb->xmit_hold_q.count;
3416 q_count += p_ccb->p_lcb->ucd_out_sec_pending_q.count;
3429 if (q_count <= (p_ccb->buff_quota / 2))
3435 p_ccb->local_cid, q_count, p_ccb->buff_quota);
3474 if (q_count > p_ccb->buff_quota)
3480 p_ccb->local_cid, q_count, p_ccb->buff_quota);