Home
last modified time | relevance | path

Searched refs:fc_exch_mgr_add (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c2388 struct fc_exch_mgr_anchor *fc_exch_mgr_add(struct fc_lport *lport, in fc_exch_mgr_add() function
2405 EXPORT_SYMBOL(fc_exch_mgr_add);
2443 if (!fc_exch_mgr_add(dst, ema->mp, ema->match)) in fc_exch_mgr_list_clone()
2532 if (!fc_exch_mgr_add(lport, mp, match)) { in fc_exch_mgr_alloc()
/linux-6.1.9/include/scsi/
Dlibfc.h995 struct fc_exch_mgr_anchor *fc_exch_mgr_add(struct fc_lport *,
/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe.c961 if (!fc_exch_mgr_add(lport, fcoe->oem, fcoe_oem_match)) { in fcoe_em_config()