Searched refs:fc_exch_mgr_alloc (Results 1 – 4 of 4) sorted by relevance
/linux/include/scsi/ |
H A D | libfc.h | 1012 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *, enum fc_class class,
|
/linux/drivers/scsi/libfc/ |
H A D | fc_exch.c | 2462 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *lport, in fc_exch_mgr_alloc() function 2551 EXPORT_SYMBOL(fc_exch_mgr_alloc);
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 968 fcoe->oem = fc_exch_mgr_alloc(lport, FC_CLASS_3, in fcoe_em_config() 985 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, min_xid, max_xid, NULL)) { in fcoe_em_config()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 1004 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, fcoe_min_xid, in bnx2fc_em_config()
|