Searched refs:exch_mgr_reset (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/scsi/libfc/ |
| D | fc_rport.c | 352 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_work() 353 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_work() 523 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_logoff() 524 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_logoff() 2286 lport->tt.exch_mgr_reset(lport, 0, rport->port_id); in fc_rport_terminate_io() 2287 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 | 2651 if (!lport->tt.exch_mgr_reset) in fc_exch_init() 2652 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
|
| /Linux-v5.10/include/scsi/ |
| D | libfc.h | 513 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); member
|
| /Linux-v5.10/drivers/scsi/fnic/ |
| D | fnic_main.c | 96 .exch_mgr_reset = fnic_exch_mgr_reset
|