Searched refs:exch_mgr_reset (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/scsi/libfc/ |
| D | fc_rport.c | 350 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_work() 351 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_work() 520 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_logoff() 521 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_logoff() 2275 lport->tt.exch_mgr_reset(lport, 0, rport->port_id); in fc_rport_terminate_io() 2276 lport->tt.exch_mgr_reset(lport, rport->port_id, 0); in fc_rport_terminate_io()
|
| D | fc_lport.c | 640 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_destroy() 1007 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_reset_locked()
|
| D | fc_exch.c | 2646 if (!lport->tt.exch_mgr_reset) in fc_exch_init() 2647 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
|
| /Linux-v5.4/include/scsi/ |
| D | libfc.h | 513 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); member
|
| /Linux-v5.4/drivers/scsi/fnic/ |
| D | fnic_main.c | 96 .exch_mgr_reset = fnic_exch_mgr_reset
|