Lines Matching defs:pScsiTm
1518 SCSITaskMgmt_t *pScsiTm;
1576 pScsiTm = (SCSITaskMgmt_t *) mf;
1577 pScsiTm->TargetID = id;
1578 pScsiTm->Bus = channel;
1579 pScsiTm->ChainOffset = 0;
1580 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT;
1582 pScsiTm->Reserved = 0;
1583 pScsiTm->TaskType = type;
1584 pScsiTm->Reserved1 = 0;
1585 pScsiTm->MsgFlags = (type == MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS)
1588 int_to_scsilun(lun, (struct scsi_lun *)pScsiTm->LUN);
1591 pScsiTm->Reserved2[ii] = 0;
1593 pScsiTm->TaskMsgContext = ctx2abort;
1599 DBG_DUMP_TM_REQUEST_FRAME(ioc, (u32 *)pScsiTm);
1608 sizeof(SCSITaskMgmt_t), (u32*)pScsiTm, CAN_SLEEP);