Home | History | Annotate | Download | only in l2cap

Lines Matching refs:hi_quota

820     UINT16      hi_quota, low_quota;
853 hi_quota = num_hipri_links * high_pri_link_quota;
854 low_quota = (hi_quota < controller_xmit_quota) ? controller_xmit_quota - hi_quota : 1;