Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_fcp.c39 #define FC_SRB_ABORT_PENDING (1 << 2) /* cmd abort sent to device */ macro
248 fsp->state &= ~FC_SRB_ABORT_PENDING; in fc_fcp_abort_done()
270 fsp->state |= FC_SRB_ABORT_PENDING; in fc_fcp_send_abort()
300 fsp->state &= ~FC_SRB_ABORT_PENDING; in fc_fcp_retry_cmd()
798 if (fsp->state & (FC_SRB_ABORTED | FC_SRB_ABORT_PENDING)) { in fc_fcp_recv()
980 if (fsp->state & FC_SRB_ABORT_PENDING) in fc_fcp_complete_locked()
1226 fsp->state &= ~FC_SRB_ABORT_PENDING; in fc_fcp_error()