Lines Matching refs:adpt_device
422 struct adpt_device* pDev = NULL; /* dpt per device information */
449 if((pDev = (struct adpt_device*) (cmd->device->hostdata)) == NULL) {
540 struct adpt_device* d;
593 struct adpt_device* dptdevice; /* dpt per device information */
639 struct adpt_device* d = cmd->device->hostdata;
993 struct adpt_device* pDev;
994 struct adpt_device* pNext;
1071 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u64 lun)
1073 struct adpt_device* d;
1367 struct adpt_device* pDev;
1462 // Setup adpt_device table
1482 pDev = kzalloc(sizeof(struct adpt_device),GFP_KERNEL);
1491 pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL);
1927 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d)
2191 ((struct adpt_device*)(cmd->device->hostdata))->tid, cmd->cmnd[0]);
2231 struct adpt_device* pDev = NULL;
2245 pDev =(struct adpt_device*) d->owner;
2306 kzalloc(sizeof(struct adpt_device),
2317 kzalloc(sizeof(struct adpt_device),
2369 pDev =(struct adpt_device*) pI2o_dev->owner;