Home
last modified time | relevance | path

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

/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c135 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_get_local_phy_id()
144 struct pm8001_device *target_pm8001_dev) in pm80xx_show_pending_commands()
149 struct pm8001_device *pm8001_dev = NULL; in pm80xx_show_pending_commands()
487 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_queue_command()
585 struct pm8001_device *pm8001_dev; in pm8001_ccb_task_free()
625 static void pm8001_init_dev(struct pm8001_device *pm8001_dev, int id) in pm8001_init_dev()
636 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
640 struct pm8001_device *pm8001_dev = &pm8001_ha->devices[dev]; in pm8001_alloc_dev()
659 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
673 void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
[all …]
H A Dpm8001_hwi.c1449 struct pm8001_device *pm8001_dev; in pm8001_work_fn()
1725 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
1951 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2129 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2490 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2677 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
2856 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()
3299 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()
3447 struct pm8001_device *pm8001_dev; in pm8001_mpi_task_abort_resp()
3921 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_chip_smp_req()
[all …]
H A Dpm80xx_hwi.c1832 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()
2114 struct pm8001_device *pm8001_dev; in mpi_ssp_event()
2304 struct pm8001_device *pm8001_dev; in mpi_sata_completion()
2705 struct pm8001_device *pm8001_dev; in mpi_sata_event()
2917 struct pm8001_device *pm8001_dev; in mpi_smp_completion()
4174 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()
4342 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()
4492 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()
4770 struct pm8001_device *pm8001_dev, u32 flag) in pm80xx_chip_reg_dev_req()
H A Dpm8001_init.c448 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()