Home | History | Annotate | Download | only in mcap

Lines Matching refs:close

289 **                  the channel and sends it a close event.  The reason
300 tMCA_CLOSE close;
302 close.param = MCA_ACP;
303 close.reason = reason;
304 close.lcid = p_tbl->lcid;
315 close.param = MCA_INT;
319 /* if control channel, notify ccb that channel close */
323 mca_ccb_event(p_ccb, MCA_CCB_LL_CLOSE_EVT, (tMCA_CCB_EVT *)&close);
325 /* notify dcb that channel close */
332 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);