Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_scsi.c5863 struct lpfc_iocbq *iocbqrsp; in lpfc_send_taskmgmt() local
5890 iocbqrsp = lpfc_sli_get_iocbq(phba); in lpfc_send_taskmgmt()
5891 if (iocbqrsp == NULL) { in lpfc_send_taskmgmt()
5906 iocbq, iocbqrsp, lpfc_cmd->timeout); in lpfc_send_taskmgmt()
5908 (get_job_ulpstatus(phba, iocbqrsp) != IOSTAT_SUCCESS)) { in lpfc_send_taskmgmt()
5910 get_job_ulpstatus(phba, iocbqrsp) != IOSTAT_FCP_RSP_ERROR) in lpfc_send_taskmgmt()
5916 get_job_ulpstatus(phba, iocbqrsp), in lpfc_send_taskmgmt()
5917 get_job_word4(phba, iocbqrsp), in lpfc_send_taskmgmt()
5921 if (get_job_ulpstatus(phba, iocbqrsp) == in lpfc_send_taskmgmt()
5937 lpfc_sli_release_iocbq(phba, iocbqrsp); in lpfc_send_taskmgmt()