Home
last modified time | relevance | path

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

/linux-4.4.14/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.h120 struct pm8001_device;
214 struct pm8001_device *pm8001_dev, u32 flag);
219 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,
228 struct pm8001_device *pm8001_dev, u32 state);
268 struct pm8001_device { struct
297 struct pm8001_device *device; argument
521 struct pm8001_device *devices;
650 struct pm8001_device *device_to_close);
667 struct pm8001_device *pm8001_dev, u32 state);
678 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()
2677 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2903 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3100 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3555 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
[all …]
Dpm80xx_hwi.c1381 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()
1433 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()
1531 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
1789 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
1996 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2374 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2616 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3785 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
3947 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4107 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
[all …]
Dpm8001_init.c336 sizeof(struct pm8001_device); in pm8001_alloc()
338 sizeof(struct pm8001_device); in pm8001_alloc()