Home
last modified time | relevance | path

Searched refs:dptdevice (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/
Ddpti.h288 static s32 adpt_scsi_to_i2o(adpt_hba* pHba, struct scsi_cmnd* cmd, struct adpt_device* dptdevice);
Ddpt_i2o.c637 struct adpt_device* dptdevice; /* dpt per device information */ in adpt_abort() local
643 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()