Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c2281 struct fc_exch_mgr_anchor *fc_exch_mgr_add(struct fc_lport *lport, in fc_exch_mgr_add() function
2298 EXPORT_SYMBOL(fc_exch_mgr_add);
2336 if (!fc_exch_mgr_add(dst, ema->mp, ema->match)) in fc_exch_mgr_list_clone()
2424 if (!fc_exch_mgr_add(lport, mp, match)) { in fc_exch_mgr_alloc()
/linux-4.4.14/include/scsi/
Dlibfc.h1133 struct fc_exch_mgr_anchor *fc_exch_mgr_add(struct fc_lport *,
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c930 if (!fc_exch_mgr_add(lport, fcoe->oem, fcoe_oem_match)) { in fcoe_em_config()