Home
last modified time | relevance | path

Searched refs:pm8001_device (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/scsi/pm8001/
Dpm8001_sas.c383 struct pm8001_device *pm8001_dev; in pm8001_task_exec()
559 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
579 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
594 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
622 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
628 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
629 if (!pm8001_device) { in pm8001_dev_found_notify()
633 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
634 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
635 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
[all …]
Dpm8001_sas.h119 struct pm8001_device;
213 struct pm8001_device *pm8001_dev, u32 flag);
218 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,
227 struct pm8001_device *pm8001_dev, u32 state);
274 struct pm8001_device { struct
303 struct pm8001_device *device; argument
529 struct pm8001_device *devices;
658 struct pm8001_device *device_to_close);
675 struct pm8001_device *pm8001_dev, u32 state);
686 struct pm8001_device *pm8001_dev,
[all …]
Dpm8001_hwi.c1504 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1719 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()
1768 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()
1865 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2111 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2310 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2685 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2910 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3106 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3568 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
[all …]
Dpm80xx_hwi.c1402 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()
1454 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()
1553 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
1813 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2020 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2398 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2640 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3890 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
4052 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4212 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
[all …]
Dpm8001_init.c333 sizeof(struct pm8001_device); in pm8001_alloc()
335 sizeof(struct pm8001_device); in pm8001_alloc()