Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/pm8001/
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 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 …]
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);
260 struct pm8001_device { struct
288 struct pm8001_device *device; argument
517 struct pm8001_device *devices;
657 struct pm8001_device *device_to_close);
675 struct pm8001_device *pm8001_dev, u32 state);
686 struct pm8001_device *pm8001_dev,
[all …]
Dpm8001_hwi.c1495 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1751 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()
1800 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()
1896 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2123 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2302 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2689 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2892 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
3074 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3534 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
[all …]
Dpm80xx_hwi.c1768 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()
1821 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()
1920 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2205 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2397 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2798 struct pm8001_device *pm8001_dev; in mpi_sata_event()
3021 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
4199 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
4358 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4506 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
[all …]
Dpm8001_init.c409 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()