Symbol: fc_exch_mgr
drivers/scsi/fcoe/fcoe.h
72
struct fc_exch_mgr *oem;
drivers/scsi/libfc/fc_exch.c
1039
struct fc_exch_mgr *mp,
drivers/scsi/libfc/fc_exch.c
1168
static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp,
drivers/scsi/libfc/fc_exch.c
117
struct fc_exch_mgr *mp;
drivers/scsi/libfc/fc_exch.c
1509
static void fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp,
drivers/scsi/libfc/fc_exch.c
1571
static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp)
drivers/scsi/libfc/fc_exch.c
1665
static void fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp)
drivers/scsi/libfc/fc_exch.c
1764
static void fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp)
drivers/scsi/libfc/fc_exch.c
2365
struct fc_exch_mgr *mp;
drivers/scsi/libfc/fc_exch.c
2389
struct fc_exch_mgr *mp,
drivers/scsi/libfc/fc_exch.c
2413
struct fc_exch_mgr *mp = container_of(kref, struct fc_exch_mgr, kref);
drivers/scsi/libfc/fc_exch.c
2462
struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *lport,
drivers/scsi/libfc/fc_exch.c
2467
struct fc_exch_mgr *mp;
drivers/scsi/libfc/fc_exch.c
2483
mp = kzalloc_obj(struct fc_exch_mgr, GFP_ATOMIC);
drivers/scsi/libfc/fc_exch.c
313
struct fc_exch_mgr *mp;
drivers/scsi/libfc/fc_exch.c
813
struct fc_exch_mgr *mp)
drivers/scsi/libfc/fc_exch.c
926
static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid)
drivers/scsi/libfc/fc_exch.c
991
struct fc_exch_mgr *mp,
include/scsi/libfc.h
1009
struct fc_exch_mgr *,
include/scsi/libfc.h
1013
struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *, enum fc_class class,
include/scsi/libfc.h
378
struct fc_exch_mgr;
include/scsi/libfc.h
443
struct fc_exch_mgr *em;