Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5039 struct lpfc_iocbq *iocbqrsp; in lpfc_send_taskmgmt() local
5066 iocbqrsp = lpfc_sli_get_iocbq(phba); in lpfc_send_taskmgmt()
5067 if (iocbqrsp == NULL) { in lpfc_send_taskmgmt()
5081 iocbq, iocbqrsp, lpfc_cmd->timeout); in lpfc_send_taskmgmt()
5083 (iocbqrsp->iocb.ulpStatus != IOSTAT_SUCCESS)) { in lpfc_send_taskmgmt()
5085 iocbqrsp->iocb.ulpStatus != IOSTAT_FCP_RSP_ERROR) in lpfc_send_taskmgmt()
5091 iocbqrsp->iocb.ulpStatus, in lpfc_send_taskmgmt()
5092 iocbqrsp->iocb.un.ulpWord[4], in lpfc_send_taskmgmt()
5096 if (iocbqrsp->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR) in lpfc_send_taskmgmt()
5110 lpfc_sli_release_iocbq(phba, iocbqrsp); in lpfc_send_taskmgmt()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5782 struct lpfc_iocbq *iocbqrsp; in lpfc_send_taskmgmt() local
5809 iocbqrsp = lpfc_sli_get_iocbq(phba); in lpfc_send_taskmgmt()
5810 if (iocbqrsp == NULL) { in lpfc_send_taskmgmt()
5825 iocbq, iocbqrsp, lpfc_cmd->timeout); in lpfc_send_taskmgmt()
5827 (get_job_ulpstatus(phba, iocbqrsp) != IOSTAT_SUCCESS)) { in lpfc_send_taskmgmt()
5829 get_job_ulpstatus(phba, iocbqrsp) != IOSTAT_FCP_RSP_ERROR) in lpfc_send_taskmgmt()
5835 get_job_ulpstatus(phba, iocbqrsp), in lpfc_send_taskmgmt()
5836 get_job_word4(phba, iocbqrsp), in lpfc_send_taskmgmt()
5840 if (get_job_ulpstatus(phba, iocbqrsp) == in lpfc_send_taskmgmt()
5856 lpfc_sli_release_iocbq(phba, iocbqrsp); in lpfc_send_taskmgmt()
[all...]

Completed in 13 milliseconds