Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_sas.c358 struct pm8001_device *pm8001_dev; in pm8001_task_exec()
527 struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
547 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
562 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
590 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
596 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
597 if (!pm8001_device) { in pm8001_dev_found_notify()
601 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
602 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
603 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
[all …]
Dpm8001_sas.h118 struct pm8001_device;
212 struct pm8001_device *pm8001_dev, u32 flag);
217 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,
226 struct pm8001_device *pm8001_dev, u32 state);
266 struct pm8001_device { struct
295 struct pm8001_device *device; argument
519 struct pm8001_device *devices;
640 struct pm8001_device *device_to_close);
657 struct pm8001_device *pm8001_dev, u32 state);
668 struct pm8001_device *pm8001_dev,
[all …]
Dpm8001_hwi.c1496 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1711 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()
1760 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()
1857 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2103 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2302 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2676 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2902 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3099 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3550 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
[all …]
Dpm80xx_hwi.c1363 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()
1415 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()
1513 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
1764 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
1971 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2348 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2590 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3729 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
3891 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4051 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
[all …]
Dpm8001_init.c335 sizeof(struct pm8001_device); in pm8001_alloc()
337 sizeof(struct pm8001_device); in pm8001_alloc()