Searched refs:exch_mgr_reset (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.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() 2289 lport->tt.exch_mgr_reset(lport, 0, rport->port_id); in fc_rport_terminate_io() 2290 lport->tt.exch_mgr_reset(lport, rport->port_id, 0); in fc_rport_terminate_io()
|
D | fc_lport.c | 643 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_destroy() 1010 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_reset_locked()
|
D | fc_exch.c | 2662 if (!lport->tt.exch_mgr_reset) in fc_exch_init() 2663 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
|
/linux-5.19.10/include/scsi/ |
D | libfc.h | 522 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); member
|
/linux-5.19.10/drivers/scsi/fnic/ |
D | fnic_main.c | 96 .exch_mgr_reset = fnic_exch_mgr_reset
|