Home
last modified time | relevance | path

Searched refs:iocbqrsp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c5046 struct lpfc_iocbq *iocbqrsp; in lpfc_send_taskmgmt() local
5073 iocbqrsp = lpfc_sli_get_iocbq(phba); in lpfc_send_taskmgmt()
5074 if (iocbqrsp == NULL) { in lpfc_send_taskmgmt()
5088 iocbq, iocbqrsp, lpfc_cmd->timeout); in lpfc_send_taskmgmt()
5090 (iocbqrsp->iocb.ulpStatus != IOSTAT_SUCCESS)) { in lpfc_send_taskmgmt()
5092 iocbqrsp->iocb.ulpStatus != IOSTAT_FCP_RSP_ERROR) in lpfc_send_taskmgmt()
5098 iocbqrsp->iocb.ulpStatus, in lpfc_send_taskmgmt()
5099 iocbqrsp->iocb.un.ulpWord[4], in lpfc_send_taskmgmt()
5103 if (iocbqrsp->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR) in lpfc_send_taskmgmt()
5117 lpfc_sli_release_iocbq(phba, iocbqrsp); in lpfc_send_taskmgmt()