Lines Matching refs:cm_flags
2242 if (cm->cm_flags & MPS_CM_FLAGS_POLLED) in mps_complete_command()
2243 cm->cm_flags |= MPS_CM_FLAGS_COMPLETE; in mps_complete_command()
2253 if (cm->cm_flags & MPS_CM_FLAGS_WAKEUP) { in mps_complete_command()
2899 if (cm->cm_flags & MPS_CM_FLAGS_DATAIN) { in mps_push_sge()
2966 if (cm->cm_flags & MPS_CM_FLAGS_SMP_PASS) { in mps_data_cb()
2988 } else if (cm->cm_flags & MPS_CM_FLAGS_DATAOUT) { in mps_data_cb()
2995 if ((cm->cm_flags & MPS_CM_FLAGS_SMP_PASS) && (i != 0)) { in mps_data_cb()
3005 cm->cm_flags |= MPS_CM_FLAGS_CHAIN_FAILED; in mps_data_cb()
3043 if (cm->cm_flags & MPS_CM_FLAGS_USE_UIO) { in mps_map_command()
3046 } else if (cm->cm_flags & MPS_CM_FLAGS_USE_CCB) { in mps_map_command()
3079 cm->cm_flags |= MPS_CM_FLAGS_POLLED; in mps_wait_command()
3093 cm->cm_flags |= MPS_CM_FLAGS_WAKEUP; in mps_wait_command()
3104 while ((cm->cm_flags & MPS_CM_FLAGS_COMPLETE) == 0) { in mps_wait_command()
3193 cm->cm_flags = MPS_CM_FLAGS_SGE_SIMPLE | MPS_CM_FLAGS_DATAIN; in mps_read_config_page()
3242 if ((cm->cm_flags & MPS_CM_FLAGS_ERROR_MASK) != 0) { in mps_config_complete()