Searched refs:adpt_device (Results 1 – 3 of 3) sorted by relevance
179 struct adpt_device { struct180 struct adpt_device* next_lun; argument195 struct adpt_device* device[MAX_ID]; /* used as an array of 128 scsi ids */ argument292 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);303 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun);
427 struct adpt_device* pDev = NULL; /* dpt per device information */ in adpt_queue_lck()454 if((pDev = (struct adpt_device*) (cmd->device->hostdata)) == NULL) { in adpt_queue_lck()545 struct adpt_device* d; in adpt_show_info()684 struct adpt_device* dptdevice; /* dpt per device information */ in adpt_abort()732 struct adpt_device* d = cmd->device->hostdata; in adpt_device_reset()1083 struct adpt_device* pDev; in adpt_i2o_delete_hba()1084 struct adpt_device* pNext; in adpt_i2o_delete_hba()1163 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun) in adpt_find_device()1165 struct adpt_device* d; in adpt_find_device()1465 struct adpt_device* pDev; in adpt_i2o_parse_lct()[all …]
69 struct adpt_device;80 struct adpt_device *owner;