Lines Matching refs:piocb
4859 IOCB_t *piocb; in lpfc_scsi_prep_task_mgmt_cmd_s3() local
4870 piocb = &piocbq->iocb; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4878 lpfc_fcpcmd_to_iocb(piocb->unsli3.fcp_ext.icd, fcp_cmnd); in lpfc_scsi_prep_task_mgmt_cmd_s3()
4879 piocb->ulpCommand = CMD_FCP_ICMND64_CR; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4880 piocb->ulpContext = ndlp->nlp_rpi; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4881 piocb->ulpFCP2Rcvy = (ndlp->nlp_fcp_info & NLP_FCP_2_DEVICE) ? 1 : 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4882 piocb->ulpClass = (ndlp->nlp_fcp_info & 0x0f); in lpfc_scsi_prep_task_mgmt_cmd_s3()
4883 piocb->ulpPU = 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4884 piocb->un.fcpi.fcpi_parm = 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4892 piocb->ulpTimeout = 0; in lpfc_scsi_prep_task_mgmt_cmd_s3()
4894 piocb->ulpTimeout = lpfc_cmd->timeout; in lpfc_scsi_prep_task_mgmt_cmd_s3()