hwq_mode          245 drivers/scsi/cxlflash/common.h 	enum cxlflash_hwq_mode hwq_mode; /* Steering mode for h/w queues */
hwq_mode          436 drivers/scsi/cxlflash/main.c 	switch (afu->hwq_mode) {
hwq_mode         3055 drivers/scsi/cxlflash/main.c 	return scnprintf(buf, PAGE_SIZE, "%s\n", hwq_mode_name[afu->hwq_mode]);
hwq_mode         3095 drivers/scsi/cxlflash/main.c 	afu->hwq_mode = mode;
hwq_mode         3132 drivers/scsi/cxlflash/main.c static DEVICE_ATTR_RW(hwq_mode);