Lines Matching refs:dep
236 p_depcs = p_rcb->dep; in MCA_CreateDep()
285 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) in MCA_DeleteDep() argument
293 MCA_TRACE_API ("MCA_DeleteDep: %d dep:%d", handle, dep); in MCA_DeleteDep()
296 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback) in MCA_DeleteDep()
299 p_rcb->dep[dep].p_data_cback = NULL; in MCA_DeleteDep()
300 p_depcs = &(p_rcb->dep[dep]); in MCA_DeleteDep()
421 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, in MCA_CreateMdl() argument
429 …MCA_TRACE_API ("MCA_CreateMdl: %d dep=%d mdl_id=%d peer_dep_id=%d", mcl, dep, mdl_id, peer_dep_id); in MCA_CreateMdl()
450 p_dcb = mca_dcb_alloc(p_ccb, dep); in MCA_CreateMdl()
496 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, in MCA_CreateMdlRsp() argument
505 …MCA_TRACE_API ("MCA_CreateMdlRsp: %d dep=%d mdl_id=%d cfg=%d rsp_code=%d", mcl, dep, mdl_id, cfg, … in MCA_CreateMdlRsp()
514 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdep_id == dep ) in MCA_CreateMdlRsp()
521 p_dcb = mca_dcb_alloc(p_ccb, dep); in MCA_CreateMdlRsp()
594 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, in MCA_ReconnectMdl() argument
623 p_dcb = mca_dcb_alloc(p_ccb, dep); in MCA_ReconnectMdl()
658 tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, in MCA_ReconnectMdlRsp() argument
683 p_dcb = mca_dcb_alloc(p_ccb, dep); in MCA_ReconnectMdlRsp()