Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h101 #define LPFC_DRIVER_ABORTED 8 /* driver aborted this request */ macro
H A Dlpfc_sli.c3776 LPFC_DRIVER_ABORTED)) { in lpfc_sli_process_sol_iocb()
3780 ~LPFC_DRIVER_ABORTED; in lpfc_sli_process_sol_iocb()
3815 LPFC_DRIVER_ABORTED) { in lpfc_sli_process_sol_iocb()
3824 ~LPFC_DRIVER_ABORTED; in lpfc_sli_process_sol_iocb()
4100 if (cmdiocbq->cmd_flag & LPFC_DRIVER_ABORTED) in lpfc_sli_handle_fast_ring_event()
4101 cmdiocbq->cmd_flag &= ~LPFC_DRIVER_ABORTED; in lpfc_sli_handle_fast_ring_event()
12499 cmdiocb->cmd_flag & LPFC_DRIVER_ABORTED) in lpfc_sli_issue_abort_iotag()
12523 cmdiocb->cmd_flag |= LPFC_DRIVER_ABORTED; in lpfc_sli_issue_abort_iotag()
12590 cmdiocb->cmd_flag &= ~LPFC_DRIVER_ABORTED; in lpfc_sli_issue_abort_iotag()
12660 (iocbq->cmd_flag & LPFC_DRIVER_ABORTED) || in lpfc_sli_validate_fcp_iocb_for_abort()
[all …]
H A Dlpfc_nvmet.c3427 if (abts_wqeq->cmd_flag & LPFC_DRIVER_ABORTED) { in lpfc_nvmet_sol_fcp_issue_abort()
3442 abts_wqeq->cmd_flag |= LPFC_DRIVER_ABORTED; in lpfc_nvmet_sol_fcp_issue_abort()
H A Dlpfc_els.c9691 if (piocb->cmd_flag & LPFC_DRIVER_ABORTED) in lpfc_els_flush_cmd()