Lines Matching refs:pm8001_device

435 	struct pm8001_device *pm8001_dev = dev->lldd_dev;  in pm8001_queue_command()
533 struct pm8001_device *pm8001_dev; in pm8001_ccb_task_free()
577 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
598 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
612 void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
640 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
646 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
647 if (!pm8001_device) { in pm8001_dev_found_notify()
651 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
652 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
653 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
654 pm8001_device->dcompletion = &completion; in pm8001_dev_found_notify()
666 pm8001_device->attached_phy = phy_id; in pm8001_dev_found_notify()
670 pm8001_device->attached_phy = in pm8001_dev_found_notify()
676 PM8001_CHIP_DISP->reg_dev_req(pm8001_ha, pm8001_device, flag); in pm8001_dev_found_notify()
703 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_dev_gone_notify()
737 struct pm8001_device *device_to_close) in pm8001_open_reject_retry()
750 struct pm8001_device *pm8001_dev; in pm8001_open_reject_retry()
812 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_reset()
861 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_event_handler()
919 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_lu_reset()
999 struct pm8001_device *pm8001_dev; in pm8001_abort_task()
1152 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_clear_task_set()
1178 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_setds_completion()