/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 226 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ) 228 ; Intr returning to a Delay Slot (DS) insn
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-arcv2.S | 240 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ) 242 ; Intr returning to a Delay Slot (DS) insn
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_init.h | 528 U16 Slot; /*0x1C */ member 572 U16 Slot; /*0x1C */ member
|
H A D | mpi2_cnfg.h | 819 U16 Slot; /*0x16 */ member 862 /*defines for the Slot field */ 2881 Slot; /*0x08 */ member 3852 U16 Slot; /*0x08 */ member
|
H A D | mpi2_ioc.h | 794 U16 Slot; /*0x08 */ member
|
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
H A D | mpi_init.h | 50 * support Enclosure/Slot addressing rather than WWID 494 U16 Slot; /* 1Ch */ member 548 U16 Slot; /* 1Ch */ member
|
H A D | mpi_cnfg.h | 227 * Added Enclosure/Slot boot device format to BIOS Page 2. 235 * Added Slot and Enclosure fields to SAS Device Page 0. 246 * Added Direct Attach Starting Slot Number define for SAS 758 U16 Slot; /* 16h */ member 2869 U16 Slot; /* 08h */ member
|
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/ |
H A D | mpi_init.h | 50 * support Enclosure/Slot addressing rather than WWID 494 U16 Slot; /* 1Ch */ member 548 U16 Slot; /* 1Ch */ member
|
H A D | mpi_cnfg.h | 227 * Added Enclosure/Slot boot device format to BIOS Page 2. 235 * Added Slot and Enclosure fields to SAS Device Page 0. 246 * Added Direct Attach Starting Slot Number define for SAS 758 U16 Slot; /* 16h */ member 2869 U16 Slot; /* 08h */ member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_init.h | 528 U16 Slot; /*0x1C */ member 572 U16 Slot; /*0x1C */ member
|
H A D | mpi2_cnfg.h | 820 U16 Slot; /*0x16 */ member 863 /*defines for the Slot field */ 2882 Slot; /*0x08 */ member 3853 U16 Slot; /*0x08 */ member
|
H A D | mpi2_ioc.h | 794 U16 Slot; /*0x08 */ member
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 5384 mpi_request.Slot = cpu_to_le16(sas_device->slot); in _scsih_turn_off_pfa_led() 6430 le16_to_cpu(sas_device_pg0.Slot); in _scsih_add_device() 7213 pcie_device->slot = le16_to_cpu(pcie_device_pg0.Slot); in _scsih_pcie_add_device() 8714 le16_to_cpu(sas_device_pg0->Slot))) { in _scsih_mark_responding_sas_device() 8884 pcie_device_pg0->Slot))) { in _scsih_mark_responding_pcie_device() 11248 ioc_info(ioc, "Issuing Hard Reset as part of PCI Slot Reset\n"); in scsih_pci_slot_reset()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 5580 mpi_request.Slot = cpu_to_le16(sas_device->slot); in _scsih_turn_off_pfa_led() 7389 le16_to_cpu(sas_device_pg0.Slot); in _scsih_add_device() 8189 pcie_device->slot = le16_to_cpu(pcie_device_pg0.Slot); in _scsih_pcie_add_device() 9733 if (sas_device->slot != le16_to_cpu(sas_device_pg0->Slot)) in _scsih_mark_responding_sas_device() 9904 pcie_device_pg0->Slot))) { in _scsih_mark_responding_pcie_device() 12534 ioc_info(ioc, "Issuing Hard Reset as part of PCI Slot Reset\n"); in scsih_pci_slot_reset()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptsas.c | 218 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Slot=0x%X\n", in mptsas_print_device_pg0() 219 ioc->name, le16_to_cpu(pg0->Slot))); in mptsas_print_device_pg0() 2616 device_info->slot = le16_to_cpu(buffer->Slot); in mptsas_sas_device_pg0()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptsas.c | 218 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Slot=0x%X\n", in mptsas_print_device_pg0() 219 ioc->name, le16_to_cpu(pg0->Slot))); in mptsas_print_device_pg0() 2644 device_info->slot = le16_to_cpu(buffer->Slot); in mptsas_sas_device_pg0()
|