Home
last modified time | relevance | path

Searched refs:exch_mgr_reset (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_rport.c331 lport->tt.exch_mgr_reset(lport, 0, port_id); in fc_rport_work()
332 lport->tt.exch_mgr_reset(lport, port_id, 0); in fc_rport_work()
2066 lport->tt.exch_mgr_reset(lport, 0, rport->port_id); in fc_rport_terminate_io()
2067 lport->tt.exch_mgr_reset(lport, rport->port_id, 0); in fc_rport_terminate_io()
Dfc_lport.c657 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_destroy()
1024 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_reset_locked()
Dfc_exch.c2572 if (!lport->tt.exch_mgr_reset) in fc_exch_init()
2573 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
/linux-4.4.14/include/scsi/
Dlibfc.h615 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); member
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c91 .exch_mgr_reset = fnic_exch_mgr_reset