Searched refs:dptdevice (Results 1 – 2 of 2) sorted by relevance
288 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
637 struct adpt_device* dptdevice; /* dpt per device information */ in adpt_abort() local643 if ((dptdevice = (void*) (cmd->device->hostdata)) == NULL) { in adpt_abort()650 msg[1] = I2O_CMD_SCSI_ABORT<<24|HOST_TID<<12|dptdevice->tid; in adpt_abort()