Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
H A 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()
268 if (fsp->state & FC_SRB_ABORT_PENDING) { in fc_fcp_send_abort()
275 fsp->state |= FC_SRB_ABORT_PENDING; in fc_fcp_send_abort()
305 fsp->state &= ~FC_SRB_ABORT_PENDING; in fc_fcp_retry_cmd()
803 if (fsp->state & (FC_SRB_ABORTED | FC_SRB_ABORT_PENDING)) { in fc_fcp_recv()
985 if (fsp->state & FC_SRB_ABORT_PENDING) in fc_fcp_complete_locked()
1231 fsp->state &= ~FC_SRB_ABORT_PENDING; in fc_fcp_error()