Lines Matching refs:piocb
4270 IOCB_t *piocb; in lpfc_scsi_prep_task_mgmt_cmd() local
4282 piocb = &piocbq->iocb; in lpfc_scsi_prep_task_mgmt_cmd()
4291 lpfc_fcpcmd_to_iocb(piocb->unsli3.fcp_ext.icd, fcp_cmnd); in lpfc_scsi_prep_task_mgmt_cmd()
4292 piocb->ulpCommand = CMD_FCP_ICMND64_CR; in lpfc_scsi_prep_task_mgmt_cmd()
4293 piocb->ulpContext = ndlp->nlp_rpi; in lpfc_scsi_prep_task_mgmt_cmd()
4295 piocb->ulpContext = in lpfc_scsi_prep_task_mgmt_cmd()
4298 piocb->ulpFCP2Rcvy = (ndlp->nlp_fcp_info & NLP_FCP_2_DEVICE) ? 1 : 0; in lpfc_scsi_prep_task_mgmt_cmd()
4299 piocb->ulpClass = (ndlp->nlp_fcp_info & 0x0f); in lpfc_scsi_prep_task_mgmt_cmd()
4300 piocb->ulpPU = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4301 piocb->un.fcpi.fcpi_parm = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4309 piocb->ulpTimeout = 0; in lpfc_scsi_prep_task_mgmt_cmd()
4311 piocb->ulpTimeout = lpfc_cmd->timeout; in lpfc_scsi_prep_task_mgmt_cmd()