Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dlibfc.h566 int (*seq_exch_abort)(const struct fc_seq *, member
/linux-4.1.27/drivers/scsi/libfc/
Dfc_exch.c2575 if (!lport->tt.seq_exch_abort) in fc_exch_init()
2576 lport->tt.seq_exch_abort = fc_seq_exch_abort; in fc_exch_init()
Dfc_fcp.c274 return fsp->lp->tt.seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()