FC_MTIP_STATUS_MASK 1145 drivers/scsi/cxlflash/main.c 	} while ((status & FC_MTIP_STATUS_MASK) != FC_MTIP_STATUS_ONLINE &&
FC_MTIP_STATUS_MASK 1148 drivers/scsi/cxlflash/main.c 	return ((status & FC_MTIP_STATUS_MASK) == FC_MTIP_STATUS_ONLINE);
FC_MTIP_STATUS_MASK 1174 drivers/scsi/cxlflash/main.c 	} while ((status & FC_MTIP_STATUS_MASK) != FC_MTIP_STATUS_OFFLINE &&
FC_MTIP_STATUS_MASK 1177 drivers/scsi/cxlflash/main.c 	return ((status & FC_MTIP_STATUS_MASK) == FC_MTIP_STATUS_OFFLINE);
FC_MTIP_STATUS_MASK 2602 drivers/scsi/cxlflash/main.c 	status &= FC_MTIP_STATUS_MASK;