Home
last modified time | relevance | path

Searched refs:lun_count (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/mtd/
H A Djedec.h50 u8 lun_count; member
H A Donfi.h87 u8 lun_count; member
/linux/drivers/mtd/nand/raw/
H A Dnand_jedec.c111 memorg->luns_per_target = p->lun_count; in nand_jedec_detect()
H A Dnand_onfi.c259 memorg->luns_per_target = p->lun_count; in nand_onfi_detect()
/linux/drivers/target/
H A Dtarget_core_spc.c1244 u32 lun_count = 0, offset = 8; in spc_emulate_report_luns() local
1268 lun_count++; in spc_emulate_report_luns()
1286 if (lun_count == 0) { in spc_emulate_report_luns()
1291 lun_count = 1; in spc_emulate_report_luns()
1295 len = cpu_to_be32(lun_count * 8); in spc_emulate_report_luns()
1300 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h975 u8 lun_count; /* number of LUNs in a multi-LUN device */ member
985 u8 lun_count; /* number of LUNs in a multi-LUN device */ member
1159 u8 lun_count; member
H A Dsmartpqi_init.c1268 rpl_16byte_wwid_list->lun_entries[i].lun_count = rpl_8byte_wwid_list->lun_entries[i].lun_count; in pqi_report_phys_luns()
1678 device->lun_count = id_phys->multi_lun_device_lun_count; in pqi_get_physical_device_info()
1775 if (rc == 0 && device->lun_count == 0) in pqi_get_device_info()
1776 device->lun_count = 1; in pqi_get_device_info()
1915 for (lun = 0; lun < device->lun_count; lun++) { in pqi_remove_device()
2107 existing_device->lun_count = new_device->lun_count; in pqi_scsi_update_device()
6611 device->lun_count--; in pqi_sdev_destroy()
6612 if (device->lun_count > in pqi_sdev_destroy()
[all...]
/linux/drivers/scsi/
H A Dhpsa_cmd.h272 u8 lun_count; /* multi-lun device, how many luns */ member