Lines Matching refs:fc_exch_mgr
94 struct fc_exch_mgr { struct
128 struct fc_exch_mgr *mp; argument
324 struct fc_exch_mgr *mp; in fc_exch_release()
821 struct fc_exch_mgr *mp) in fc_exch_em_alloc()
935 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find()
1000 struct fc_exch_mgr *mp, in fc_exch_resp()
1048 struct fc_exch_mgr *mp, in fc_seq_lookup_recip()
1177 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
1518 static void fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp, in fc_exch_recv_req()
1580 static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_seq_resp()
1668 static void fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_resp()
1766 static void fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_bls()
2361 struct fc_exch_mgr *mp; in fc_exch_update_stats()
2385 struct fc_exch_mgr *mp, in fc_exch_mgr_add()
2409 struct fc_exch_mgr *mp = container_of(kref, struct fc_exch_mgr, kref); in fc_exch_mgr_destroy()
2458 struct fc_exch_mgr *fc_exch_mgr_alloc(struct fc_lport *lport, in fc_exch_mgr_alloc()
2463 struct fc_exch_mgr *mp; in fc_exch_mgr_alloc()
2479 mp = kzalloc(sizeof(struct fc_exch_mgr), GFP_ATOMIC); in fc_exch_mgr_alloc()