Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dlibfc.h1005 void fc_exch_mgr_reset(struct fc_lport *, u32 s_id, u32 d_id);
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_exch.c1979 void fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) in fc_exch_mgr_reset() function
1991 EXPORT_SYMBOL(fc_exch_mgr_reset);
2663 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_scsi.c2649 fc_exch_mgr_reset(lp, sid, did); in fnic_exch_mgr_reset()