Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/pm8001/
Dpm8001_sas.c384 struct pm8001_device *pm8001_dev; in pm8001_task_exec()
560 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
581 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
596 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
624 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
630 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
631 if (!pm8001_device) { in pm8001_dev_found_notify()
635 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
636 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
637 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
[all …]
Dpm8001_sas.h130 struct pm8001_device;
227 struct pm8001_device *pm8001_dev, u32 flag);
232 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,
241 struct pm8001_device *pm8001_dev, u32 state);
288 struct pm8001_device { struct
317 struct pm8001_device *device; argument
545 struct pm8001_device *devices;
685 struct pm8001_device *device_to_close);
703 struct pm8001_device *pm8001_dev, u32 state);
714 struct pm8001_device *pm8001_dev,
[all …]
Dpm8001_hwi.c1524 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1740 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()
1790 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()
1888 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2139 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2338 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2719 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2944 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3144 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3607 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
[all …]
Dpm80xx_hwi.c1760 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()
1815 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()
1916 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2180 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2387 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2773 struct pm8001_device *pm8001_dev; in mpi_sata_event()
3015 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
4275 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
4440 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4597 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
[all …]
Dpm8001_init.c406 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()