Searched refs:pm8001_device (Results 1 – 5 of 5) sorted by relevance
385 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() local632 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 …]
101 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 { struct288 struct pm8001_device *device; argument516 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 …]
1495 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 …]
1731 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 …]
406 * sizeof(struct pm8001_device), GFP_KERNEL); in pm8001_alloc()