Home | History | Annotate | Download | only in pci

Lines Matching defs:stq

2131 	struct mpii_msg_scsi_task_request	*stq;
2139 stq = ccb->ccb_cmd;
2140 stq->function = MPII_FUNCTION_SCSI_TASK_MGMT;
2141 stq->task_type = MPII_SCSI_TASK_TARGET_RESET;
2142 stq->dev_handle = htole16(handle);
3101 struct mpii_msg_scsi_task_request *stq;
3114 stq = tccb->ccb_cmd;
3115 stq->function = MPII_FUNCTION_SCSI_TASK_MGMT;
3116 stq->task_type = MPII_SCSI_TASK_TARGET_RESET;
3117 stq->dev_handle = htole16(ccb->ccb_dev_handle);