Home | History | Annotate | Download | only in mcap

Lines Matching refs:tc

114   tMCA_TC_TBL* p_tbl = mca_cb.tc.tc_tbl;
117 /* find next free entry in tc table */
135 mca_cb.tc.lcid_tbl[p_ccb->lcid - L2CAP_BASE_APPL_CID] = i;
152 tMCA_TC_TBL* p_tbl = mca_cb.tc.tc_tbl;
155 /* find next free entry in tc table */
173 mca_cb.tc.lcid_tbl[p_dcb->lcid - L2CAP_BASE_APPL_CID] = i;
194 idx = mca_cb.tc.lcid_tbl[lcid - L2CAP_BASE_APPL_CID];
197 return &mca_cb.tc.tc_tbl[idx];
217 idx = mca_cb.tc.lcid_tbl[lcid - L2CAP_BASE_APPL_CID];
220 mca_cb.tc.tc_tbl[idx].state = MCA_TC_ST_UNUSED;