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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpti.h179 struct adpt_device { struct
180 struct adpt_device* next_lun;
195 struct adpt_device* device[MAX_ID]; /* used as an array of 128 scsi ids */
293 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
304 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun);
H A Ddpt_i2o.c428 struct adpt_device* pDev = NULL; /* dpt per device information */
466 if((pDev = (struct adpt_device*) (cmd->device->hostdata)) == NULL) {
556 struct adpt_device* d;
772 struct adpt_device* dptdevice; /* dpt per device information */
820 struct adpt_device* d = cmd->device->hostdata;
1171 struct adpt_device* pDev;
1172 struct adpt_device* pNext;
1251 static struct adpt_device* adpt_find_device(adpt_hba* pHba, u32 chan, u32 id, u32 lun)
1253 struct adpt_device* d;
1553 struct adpt_device* pDe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/dpt/
H A Ddpti_i2o.h69 struct adpt_device;
80 struct adpt_device *owner;

Completed in 62 milliseconds