Searched refs:MCA_OP_MDL_ABORT_REQ (Results 1 – 3 of 3) sorted by relevance
39 #define MCA_OP_MDL_ABORT_REQ 0x05 /* stop waiting for a data channel connection */ macro
107 if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (p_msg->op_code == MCA_OP_MDL_ABORT_REQ)) in mca_ccb_snd_req()280 … if ((p_ccb->status == MCA_CCB_STAT_PENDING) && (evt_data.hdr.op_code == MCA_OP_MDL_ABORT_REQ)) in mca_ccb_hdl_req()391 case MCA_OP_MDL_ABORT_REQ: in mca_ccb_hdl_req()
799 p_evt_data->op_code = MCA_OP_MDL_ABORT_REQ; in MCA_Abort()