Home
last modified time | relevance | path

Searched refs:boot_device (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/driver-api/
H A Dslimbus.rst88 Another notification "boot_device" is used to notify the slim_driver when
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c401 Mpi2BootDeviceSasWwid_t *boot_device) in _scsih_srch_boot_sas_address() argument
403 return (sas_address == le64_to_cpu(boot_device->SASAddress)) ? 1 : 0; in _scsih_srch_boot_sas_address()
415 Mpi2BootDeviceDeviceName_t *boot_device) in _scsih_srch_boot_device_name() argument
417 return (device_name == le64_to_cpu(boot_device->DeviceName)) ? 1 : 0; in _scsih_srch_boot_device_name()
430 Mpi2BootDeviceEnclosureSlot_t *boot_device) in _scsih_srch_boot_encl_slot() argument
432 return (enclosure_logical_id == le64_to_cpu(boot_device-> in _scsih_srch_boot_encl_slot()
433 EnclosureLogicalID) && slot_number == le16_to_cpu(boot_device-> in _scsih_srch_boot_encl_slot()
532 Mpi2BiosPage2BootDevice_t *boot_device) in _scsih_is_boot_device() argument
541 sas_address, &boot_device->SasWwid); in _scsih_is_boot_device()
548 slot, &boot_device->EnclosureSlot); in _scsih_is_boot_device()
[all …]