Lines Matching refs:piocb
4301 IOCB_t *piocb; in lpfc_scsi_prep_task_mgmt_cmd() local
4313 piocb = &piocbq->iocb; in lpfc_scsi_prep_task_mgmt_cmd()
4322 lpfc_fcpcmd_to_iocb(piocb->unsli3.fcp_ext.icd, fcp_cmnd); in lpfc_scsi_prep_task_mgmt_cmd()
4323 piocb->ulpCommand = CMD_FCP_ICMND64_CR; in lpfc_scsi_prep_task_mgmt_cmd()
4324 piocb->ulpContext = ndlp->nlp_rpi; in lpfc_scsi_prep_task_mgmt_cmd()
4326 piocb->ulpContext = in lpfc_scsi_prep_task_mgmt_cmd()
4329 piocb->ulpFCP2Rcvy = (ndlp->nlp_fcp_info & NLP_FCP_2_DEVICE) ? 1 : 0; in lpfc_scsi_prep_task_mgmt_cmd()
4330 piocb->ulpClass = (ndlp->nlp_fcp_info & 0x0f); in lpfc_scsi_prep_task_mgmt_cmd()
4331 piocb->ulpPU = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4332 piocb->un.fcpi.fcpi_parm = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4340 piocb->ulpTimeout = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4342 piocb->ulpTimeout = lpfc_cmd->timeout; in lpfc_scsi_prep_task_mgmt_cmd()