Searched refs:iocbqrsp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/scsi/lpfc/ |
| D | lpfc_scsi.c | 5782 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()
|