Home
last modified time | relevance | path

Searched refs:lun_mode (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.h36 enum lun_mode { enum
46 enum lun_mode mode; /* NONE, VIRTUAL, PHYSICAL */
136 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
Dmain.c2726 u32 lun_mode; in lun_mode_store() local
2728 rc = kstrtouint(buf, 10, &lun_mode); in lun_mode_store()
2729 if (!rc && (lun_mode < 5) && (lun_mode != afu->internal_lun)) { in lun_mode_store()
2730 afu->internal_lun = lun_mode; in lun_mode_store()
3126 static DEVICE_ATTR_RW(lun_mode);
Dsuperpipe.c570 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach()
/Linux-v4.19/drivers/staging/rts5208/
Drtsx_chip.h827 u8 lun_mode; member
955 #define CHECK_LUN_MODE(chip, mode) ((chip)->lun_mode == (mode))
Drtsx_chip.c836 chip->lun_mode = SD_MS_1LUN; in rts5288_init()
838 chip->lun_mode = DEFAULT_SINGLE; in rts5288_init()
947 dev_dbg(rtsx_dev(chip), "chip->lun_mode = %d\n", chip->lun_mode); in rtsx_init_chip()
Drtsx.c733 chip->lun_mode = DEFAULT_SINGLE; in rtsx_init_options()