Searched refs:lun_mode (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 32 enum lun_mode { enum 42 enum lun_mode mode; /* NONE, VIRTUAL, PHYSICAL */ 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
|
H A D | main.c | 2724 u32 lun_mode; in lun_mode_store() local 2726 rc = kstrtouint(buf, 10, &lun_mode); in lun_mode_store() 2727 if (!rc && (lun_mode < 5) && (lun_mode != afu->internal_lun)) { in lun_mode_store() 2728 afu->internal_lun = lun_mode; in lun_mode_store() 3119 static DEVICE_ATTR_RW(lun_mode);
|
H A D | superpipe.c | 565 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach() 2135 dev_dbg(dev, "%s: %s not supported for lun_mode=%d\n", in cxlflash_ioctl()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 32 enum lun_mode { enum 42 enum lun_mode mode; /* NONE, VIRTUAL, PHYSICAL */ 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
|
H A D | main.c | 2701 u32 lun_mode; in lun_mode_store() local 2703 rc = kstrtouint(buf, 10, &lun_mode); in lun_mode_store() 2704 if (!rc && (lun_mode < 5) && (lun_mode != afu->internal_lun)) { in lun_mode_store() 2705 afu->internal_lun = lun_mode; in lun_mode_store() 3096 static DEVICE_ATTR_RW(lun_mode);
|
H A D | superpipe.c | 566 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach() 2136 dev_dbg(dev, "%s: %s not supported for lun_mode=%d\n", in cxlflash_ioctl()
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | rtsx_chip.h | 815 u8 lun_mode; member 943 #define CHECK_LUN_MODE(chip, mode) ((chip)->lun_mode == (mode))
|
H A D | rtsx_chip.c | 746 chip->lun_mode = SD_MS_1LUN; in rts5288_init() 748 chip->lun_mode = DEFAULT_SINGLE; in rts5288_init() 853 dev_dbg(rtsx_dev(chip), "chip->lun_mode = %d\n", chip->lun_mode); in rtsx_init_chip()
|
H A D | rtsx.c | 703 chip->lun_mode = DEFAULT_SINGLE; in rtsx_init_options()
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | rtsx_chip.h | 815 u8 lun_mode; member 943 #define CHECK_LUN_MODE(chip, mode) ((chip)->lun_mode == (mode))
|
H A D | rtsx_chip.c | 746 chip->lun_mode = SD_MS_1LUN; in rts5288_init() 748 chip->lun_mode = DEFAULT_SINGLE; in rts5288_init() 853 dev_dbg(rtsx_dev(chip), "chip->lun_mode = %d\n", chip->lun_mode); in rtsx_init_chip()
|
H A D | rtsx.c | 690 chip->lun_mode = DEFAULT_SINGLE; in rtsx_init_options()
|
Completed in 26 milliseconds