Home | History | Annotate | Download | only in l2cap

Lines Matching refs:q_count

3225     UINT16 q_count = p_ccb->xmit_hold_q.count;
3230 q_count += p_ccb->p_lcb->ucd_out_sec_pending_q.count;
3243 if (q_count <= (p_ccb->buff_quota / 2))
3249 p_ccb->local_cid, q_count, p_ccb->buff_quota);
3273 if (q_count > p_ccb->buff_quota)
3279 p_ccb->local_cid, q_count, p_ccb->buff_quota);