Home | History | Annotate | Download | only in mcap

Lines Matching refs:open

344 **                  for the channel and sends it an open event.
353 tMCA_OPEN open;
358 open.peer_mtu = p_tbl->peer_mtu;
359 open.lcid = p_tbl->lcid;
362 open.param = MCA_INT;
365 open.param = MCA_ACP;
368 /* if control channel, notify ccb that channel open */
373 mca_ccb_event(p_ccb, MCA_CCB_LL_OPEN_EVT, (tMCA_CCB_EVT *)&open);
375 /* must be data channel, notify dcb that channel open */
384 mca_dcb_event(p_dcb, MCA_DCB_TC_OPEN_EVT, (tMCA_DCB_EVT *) &open);
416 /* notify dcb that channel open */