Lines Matching refs:dep
238 p_depcs = p_rcb->dep;
287 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep)
295 MCA_TRACE_API ("MCA_DeleteDep: %d dep:%d", handle, dep);
298 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback)
301 p_rcb->dep[dep].p_data_cback = NULL;
302 p_depcs = &(p_rcb->dep[dep]);
423 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
432 MCA_TRACE_API ("MCA_CreateMdl: %d dep=%d mdl_id=%d peer_dep_id=%d", mcl, dep, mdl_id, peer_dep_id);
443 MCA_TRACE_ERROR ("bad peer dep id:%d or bad mdl id: %d ", peer_dep_id, mdl_id);
453 p_dcb = mca_dcb_alloc(p_ccb, dep);
501 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
510 MCA_TRACE_API ("MCA_CreateMdlRsp: %d dep=%d mdl_id=%d cfg=%d rsp_code=%d", mcl, dep, mdl_id, cfg, rsp_code);
519 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdep_id == dep )
526 p_dcb = mca_dcb_alloc(p_ccb, dep);
599 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
629 p_dcb = mca_dcb_alloc(p_ccb, dep);
667 tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
692 p_dcb = mca_dcb_alloc(p_ccb, dep);