Searched defs:pm8001_device (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/pm8001/
H A Dpm8001_sas.c361 struct pm8001_device *pm8001_dev;
544 * pm8001_alloc_dev - find a empty pm8001_device
547 struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha)
564 static void pm8001_free_dev(struct pm8001_device *pm8001_dev)
592 struct pm8001_device *pm8001_device; local
598 pm8001_device = pm8001_alloc_dev(pm8001_ha);
599 if (!pm8001_device) {
603 pm8001_device->sas_device = dev;
604 dev->lldd_dev = pm8001_device;
[all...]
H A Dpm8001_sas.h114 struct pm8001_device;
153 struct pm8001_device *pm8001_dev, u32 flag);
158 struct pm8001_device *pm8001_dev, u8 flag, u32 task_tag,
167 struct pm8001_device *pm8001_dev, u32 state);
206 struct pm8001_device { struct
235 struct pm8001_device *device;
375 struct pm8001_device *devices;
491 struct pm8001_device *device_to_close);

Completed in 61 milliseconds