Searched refs:fc_exch_mgr_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/include/scsi/ |
D | libfc.h | 1113 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *, enum fc_class class,
|
/linux-3.3/drivers/scsi/fnic/ |
D | fnic_main.c | 686 if (!fc_exch_mgr_alloc(lp, FC_CLASS_3, FCPIO_HOST_EXCH_RANGE_START, in fnic_probe()
|
/linux-3.3/drivers/scsi/fcoe/ |
D | fcoe.c | 828 fcoe->oem = fc_exch_mgr_alloc(lport, FC_CLASS_3, in fcoe_em_config() 845 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, min_xid, max_xid, NULL)) { in fcoe_em_config()
|
/linux-3.3/drivers/scsi/libfc/ |
D | fc_exch.c | 2237 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *lport, in fc_exch_mgr_alloc() function 2315 EXPORT_SYMBOL(fc_exch_mgr_alloc);
|
/linux-3.3/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 943 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, FCOE_MIN_XID, in bnx2fc_em_config()
|