Searched refs:pm8001_device (Results 1 – 5 of 5) sorted by relevance
384 struct pm8001_device *pm8001_dev; in pm8001_task_exec()560 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()581 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()596 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()624 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local630 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()631 if (!pm8001_device) { in pm8001_dev_found_notify()635 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()636 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()637 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()[all …]
130 struct pm8001_device;227 struct pm8001_device *pm8001_dev, u32 flag);232 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,241 struct pm8001_device *pm8001_dev, u32 state);288 struct pm8001_device { struct317 struct pm8001_device *device; argument545 struct pm8001_device *devices;685 struct pm8001_device *device_to_close);703 struct pm8001_device *pm8001_dev, u32 state);714 struct pm8001_device *pm8001_dev,[all …]
1524 struct pm8001_device *pm8001_dev; in pm8001_work_fn()1740 struct pm8001_device *pm8001_ha_dev) in pm8001_send_abort_all()1790 struct pm8001_device *pm8001_ha_dev) in pm8001_send_read_log()1888 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()2139 struct pm8001_device *pm8001_dev; in mpi_ssp_event()2338 struct pm8001_device *pm8001_dev; in mpi_sata_completion()2719 struct pm8001_device *pm8001_dev; in mpi_sata_event()2944 struct pm8001_device *pm8001_dev; in mpi_smp_completion()3144 struct pm8001_device *pm8001_dev = ccb->device; in pm8001_mpi_set_dev_state_resp()3607 struct pm8001_device *pm8001_dev; in pm8001_mpi_reg_resp()[all …]
1760 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_abort_all()1815 struct pm8001_device *pm8001_ha_dev) in pm80xx_send_read_log()1916 struct pm8001_device *pm8001_dev; in mpi_ssp_completion()2180 struct pm8001_device *pm8001_dev; in mpi_ssp_event()2387 struct pm8001_device *pm8001_dev; in mpi_sata_completion()2773 struct pm8001_device *pm8001_dev; in mpi_sata_event()3015 struct pm8001_device *pm8001_dev; in mpi_smp_completion()4275 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_smp_req()4440 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm80xx_chip_ssp_io_req()4597 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()