Searched refs:adpt_device (Results 1 – 3 of 3) sorted by relevance
175 struct adpt_device { struct176 struct adpt_device* next_lun; argument191 struct adpt_device* device[MAX_ID]; /* used as an array of 128 scsi ids */ argument288 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);298 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun);
422 struct adpt_device* pDev = NULL; /* dpt per device information */ in adpt_queue_lck()449 if((pDev = (struct adpt_device*) (cmd->device->hostdata)) == NULL) { in adpt_queue_lck()540 struct adpt_device* d; in adpt_show_info()638 struct adpt_device* dptdevice; /* dpt per device information */ in adpt_abort()684 struct adpt_device* d = cmd->device->hostdata; in adpt_device_reset()1038 struct adpt_device* pDev; in adpt_i2o_delete_hba()1039 struct adpt_device* pNext; in adpt_i2o_delete_hba()1116 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun) in adpt_find_device()1118 struct adpt_device* d; in adpt_find_device()1412 struct adpt_device* pDev; in adpt_i2o_parse_lct()[all …]
64 struct adpt_device;75 struct adpt_device *owner;