Lines Matching refs:piocb
4918 IOCB_t *piocb; in lpfc_scsi_prep_task_mgmt_cmd_s3() local
4929 piocb = &piocbq->iocb; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4937 lpfc_fcpcmd_to_iocb(piocb->unsli3.fcp_ext.icd, fcp_cmnd); in lpfc_scsi_prep_task_mgmt_cmd_s3()
4938 piocb->ulpCommand = CMD_FCP_ICMND64_CR; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4939 piocb->ulpContext = ndlp->nlp_rpi; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4940 piocb->ulpFCP2Rcvy = (ndlp->nlp_fcp_info & NLP_FCP_2_DEVICE) ? 1 : 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4941 piocb->ulpClass = (ndlp->nlp_fcp_info & 0x0f); in lpfc_scsi_prep_task_mgmt_cmd_s3()
4942 piocb->ulpPU = 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4943 piocb->un.fcpi.fcpi_parm = 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4951 piocb->ulpTimeout = 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4953 piocb->ulpTimeout = lpfc_cmd->timeout; in lpfc_scsi_prep_task_mgmt_cmd_s3()