Lines Matching refs:piocb
4204 IOCB_t *piocb; in lpfc_scsi_prep_task_mgmt_cmd() local
4216 piocb = &piocbq->iocb; in lpfc_scsi_prep_task_mgmt_cmd()
4225 lpfc_fcpcmd_to_iocb(piocb->unsli3.fcp_ext.icd, fcp_cmnd); in lpfc_scsi_prep_task_mgmt_cmd()
4226 piocb->ulpCommand = CMD_FCP_ICMND64_CR; in lpfc_scsi_prep_task_mgmt_cmd()
4227 piocb->ulpContext = ndlp->nlp_rpi; in lpfc_scsi_prep_task_mgmt_cmd()
4229 piocb->ulpContext = in lpfc_scsi_prep_task_mgmt_cmd()
4232 piocb->ulpFCP2Rcvy = (ndlp->nlp_fcp_info & NLP_FCP_2_DEVICE) ? 1 : 0; in lpfc_scsi_prep_task_mgmt_cmd()
4233 piocb->ulpClass = (ndlp->nlp_fcp_info & 0x0f); in lpfc_scsi_prep_task_mgmt_cmd()
4234 piocb->ulpPU = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4235 piocb->un.fcpi.fcpi_parm = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4243 piocb->ulpTimeout = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4245 piocb->ulpTimeout = lpfc_cmd->timeout; in lpfc_scsi_prep_task_mgmt_cmd()