Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_fcp.c40 #define FC_SRB_ABORTED (1 << 3) /* abort acknowledged */ macro
252 fsp->state |= FC_SRB_ABORTED; in fc_fcp_abort_done()
808 if (fsp->state & (FC_SRB_ABORTED | FC_SRB_ABORT_PENDING)) { in fc_fcp_recv()
993 if (fsp->state & FC_SRB_ABORTED) { in fc_fcp_complete_locked()
1260 if (fsp->state & FC_SRB_ABORTED) { in fc_fcp_pkt_abort()
1276 } else if (fsp->state & FC_SRB_ABORTED) { in fc_fcp_pkt_abort()
1564 fsp->state |= FC_SRB_ABORTED; in fc_fcp_rec_resp()
1572 if (fsp->state & FC_SRB_ABORTED) in fc_fcp_rec_resp()