Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c437 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_queue_command()
535 struct pm8001_device *pm8001_dev; in pm8001_ccb_task_free()
579 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
600 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
614 void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
642 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
648 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
649 if (!pm8001_device) { in pm8001_dev_found_notify()
653 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
654 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
[all …]
H A Dpm8001_sas.h104 struct pm8001_device;
198 struct pm8001_device *pm8001_dev, u32 flag);
211 struct pm8001_device *pm8001_dev, u32 state);
263 struct pm8001_device { struct
291 struct pm8001_device *device; argument
520 struct pm8001_device *devices;
654 struct pm8001_device *device_to_close);
671 struct pm8001_device *pm8001_dev, u32 state);
706 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha,
722 void pm8001_free_dev(struct pm8001_device *pm8001_dev);
[all …]
H A Dpm8001_hwi.c1505 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1781 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2007 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2185 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2547 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2734 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
2913 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3356 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
3504 struct pm8001_device *pm8001_dev; in pm8001_mpi_task_abort_resp()
3977 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_chip_smp_req()
[all …]
H A Dpm80xx_hwi.c1804 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2086 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2276 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2676 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2882 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
4133 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
4301 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4451 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
4707 struct pm8001_device *pm8001_dev, u32 flag) in pm80xx_chip_reg_dev_req()
H A Dpm8001_init.c421 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()