Home
last modified time | relevance | path

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

/linux-5.19.10/include/scsi/
Dlibfc.h1007 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
/linux-5.19.10/drivers/scsi/libfc/
Dfc_exch.c692 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort() function
793 fc_seq_exch_abort(sp, 2 * ep->r_a_tov); in fc_exch_timeout()
Dfc_fcp.c271 rc = fc_seq_exch_abort(fsp->seq_ptr, 0); in fc_fcp_send_abort()