Home
last modified time | relevance | path

Searched refs:fc_exch_mgr_alloc (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/scsi/
H A Dlibfc.h1000 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *, enum fc_class class,
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_exch.c2462 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);
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c968 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()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_main.c867 if (!fc_exch_mgr_alloc(lp, FC_CLASS_3, FCPIO_HOST_EXCH_RANGE_START, in fnic_probe()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1004 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, fcoe_min_xid, in bnx2fc_em_config()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c1763 fc_exch_mgr_alloc(lport, FC_CLASS_3, FCOE_PARAMS_NUM_TASKS, in qedf_lport_setup()