Searched refs:max_lun_count (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbusses.cpp104 if (pnp->get_attr_uint32(node, SCSI_DEVICE_MAX_LUN_COUNT, &bus->max_lun_count, true) != B_OK)
105 bus->max_lun_count = MAX_LUN_ID + 1;
111 if (bus->max_lun_count > 256)
112 bus->max_lun_count = 256;
H A Ddevice_scan.cpp280 for (uint lun = 0; lun < bus->max_lun_count; ++lun) {
H A Dscsi_internal.h94 uint32 max_lun_count; // maximum count of lun_ids on the bus member in struct:scsi_bus_info

Completed in 48 milliseconds