Searched refs:adpt_device (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpti.h180 struct adpt_device { struct
181 struct adpt_device* next_lun;
196 struct adpt_device* device[MAX_ID]; /* used as an array of 128 scsi ids */
290 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
301 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun);
H A Ddpt_i2o.c385 struct adpt_device* pDev = NULL; /* dpt per device information */
423 if((pDev = (struct adpt_device*) (cmd->device->hostdata)) == NULL) {
513 struct adpt_device* d;
644 struct adpt_device* dptdevice; /* dpt per device information */
692 struct adpt_device* d = cmd->device->hostdata;
1029 struct adpt_device* pDev;
1030 struct adpt_device* pNext;
1098 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun)
1100 struct adpt_device* d;
1391 struct adpt_device* pDe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/dpt/
H A Ddpti_i2o.h71 struct adpt_device;
82 struct adpt_device *owner;

Completed in 65 milliseconds