Searched refs:pm8001_device (Results 1 – 5 of 5) sorted by relevance
426 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_queue_command()524 struct pm8001_device *pm8001_dev; in pm8001_ccb_task_free()568 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()589 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()603 void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()631 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local637 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()638 if (!pm8001_device) { in pm8001_dev_found_notify()642 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()643 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()[all …]
103 struct pm8001_device;197 struct pm8001_device *pm8001_dev, u32 flag);210 struct pm8001_device *pm8001_dev, u32 state);262 struct pm8001_device { struct290 struct pm8001_device *device; argument520 struct pm8001_device *devices;660 struct pm8001_device *device_to_close);677 struct pm8001_device *pm8001_dev, u32 state);715 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha,731 void pm8001_free_dev(struct pm8001_device *pm8001_dev);[all …]
1505 struct pm8001_device *pm8001_dev; in pm8001_work_fn()1752 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()1791 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()1878 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()2104 struct pm8001_device *pm8001_dev; in mpi_ssp_event()2282 struct pm8001_device *pm8001_dev; in mpi_sata_completion()2652 struct pm8001_device *pm8001_dev; in mpi_sata_event()2829 struct pm8001_device *pm8001_dev; in mpi_smp_completion()3008 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()3451 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()[all …]
1782 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()1821 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()1911 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()2193 struct pm8001_device *pm8001_dev; in mpi_ssp_event()2383 struct pm8001_device *pm8001_dev; in mpi_sata_completion()2792 struct pm8001_device *pm8001_dev; in mpi_sata_event()2992 struct pm8001_device *pm8001_dev; in mpi_smp_completion()4210 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()4391 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()4544 struct pm8001_device *pm8001_ha_dev = dev->lldd_dev; in pm80xx_chip_sata_req()[all …]
428 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()