Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/pm8001/
H A Dpm8001_sas.c385 struct pm8001_device *pm8001_dev; in pm8001_task_exec()
563 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
584 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
598 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
626 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
632 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
633 if (!pm8001_device) { in pm8001_dev_found_notify()
637 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
638 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
639 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
[all …]
H A Dpm8001_sas.h101 struct pm8001_device;
198 struct pm8001_device *pm8001_dev, u32 flag);
203 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,
212 struct pm8001_device *pm8001_dev, u32 state);
259 struct pm8001_device { struct
288 struct pm8001_device *device; argument
516 struct pm8001_device *devices;
656 struct pm8001_device *device_to_close);
674 struct pm8001_device *pm8001_dev, u32 state);
685 struct pm8001_device *pm8001_dev,
[all …]
H A Dpm8001_hwi.c1495 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1697 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()
1750 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()
1847 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2074 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2253 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2641 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2844 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3026 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3480 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
[all …]
H A Dpm80xx_hwi.c1731 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()
1785 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()
1884 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2169 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2361 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2760 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2983 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
4163 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
4322 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4479 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
[all …]
H A Dpm8001_init.c406 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()