Lines Matching refs:adpt_device
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()
1580 pDev = kzalloc(sizeof(struct adpt_device),GFP_KERNEL); in adpt_i2o_parse_lct()
1589 pDev->next_lun = kzalloc(sizeof(struct adpt_device),GFP_KERNEL); in adpt_i2o_parse_lct()
2216 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* d) in adpt_scsi_to_i2o()
2480 ((struct adpt_device*)(cmd->device->hostdata))->tid, cmd->cmnd[0]); in adpt_i2o_to_scsi()
2521 struct adpt_device* pDev = NULL; in adpt_i2o_reparse_lct()
2535 pDev =(struct adpt_device*) d->owner; in adpt_i2o_reparse_lct()
2596 kzalloc(sizeof(struct adpt_device), in adpt_i2o_reparse_lct()
2607 kzalloc(sizeof(struct adpt_device), in adpt_i2o_reparse_lct()
2659 pDev =(struct adpt_device*) pI2o_dev->owner; in adpt_i2o_reparse_lct()