Lines Matching defs:pScsiTm
1517 SCSITaskMgmt_t *pScsiTm;
1575 pScsiTm = (SCSITaskMgmt_t *) mf;
1576 pScsiTm->TargetID = id;
1577 pScsiTm->Bus = channel;
1578 pScsiTm->ChainOffset = 0;
1579 pScsiTm->Function = MPI_FUNCTION_SCSI_TASK_MGMT;
1581 pScsiTm->Reserved = 0;
1582 pScsiTm->TaskType = type;
1583 pScsiTm->Reserved1 = 0;
1584 pScsiTm->MsgFlags = (type == MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS)
1587 int_to_scsilun(lun, (struct scsi_lun *)pScsiTm->LUN);
1590 pScsiTm->Reserved2[ii] = 0;
1592 pScsiTm->TaskMsgContext = ctx2abort;
1598 DBG_DUMP_TM_REQUEST_FRAME(ioc, (u32 *)pScsiTm);
1607 sizeof(SCSITaskMgmt_t), (u32*)pScsiTm, CAN_SLEEP);