Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_rport.c352 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()
H A Dfc_lport.c649 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_destroy()
1016 lport->tt.exch_mgr_reset(lport, 0, 0); in fc_lport_reset_locked()
H A Dfc_exch.c2662 if (!lport->tt.exch_mgr_reset) in fc_exch_init()
2663 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
/openbmc/linux/include/scsi/
H A Dlibfc.h522 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); member
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_main.c84 .exch_mgr_reset = fnic_exch_mgr_reset