Lines Matching refs:fc_frame

119 	bool (*match)(struct fc_frame *);
123 static void fc_seq_ls_acc(struct fc_frame *);
124 static void fc_seq_ls_rjt(struct fc_frame *, enum fc_els_rjt_reason,
126 static void fc_exch_els_rec(struct fc_frame *);
127 static void fc_exch_els_rrq(struct fc_frame *);
263 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
465 struct fc_frame *fp) in fc_seq_send_locked()
526 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
596 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
638 struct fc_frame *fp; in fc_exch_abort_locked()
731 struct fc_frame *fp) in fc_invoke_resp()
733 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
908 struct fc_frame *fp) in fc_exch_alloc()
994 struct fc_frame *fp) in fc_exch_resp()
1042 struct fc_frame *fp) in fc_seq_lookup_recip()
1171 struct fc_frame *fp) in fc_seq_lookup_orig()
1229 void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send()
1258 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1277 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1279 struct fc_frame *fp; in fc_seq_send_ack()
1339 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp, in fc_exch_send_ba_rjt()
1343 struct fc_frame *fp; in fc_exch_send_ba_rjt()
1413 static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) in fc_exch_recv_abts()
1415 struct fc_frame *fp; in fc_exch_recv_abts()
1476 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1512 struct fc_frame *fp) in fc_exch_recv_req()
1573 static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_seq_resp()
1661 static void fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_resp()
1683 static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) in fc_exch_abts_resp()
1759 static void fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_bls()
1824 static void fc_seq_ls_acc(struct fc_frame *rx_fp) in fc_seq_ls_acc()
1828 struct fc_frame *fp; in fc_seq_ls_acc()
1855 static void fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason, in fc_seq_ls_rjt()
1860 struct fc_frame *fp; in fc_seq_ls_rjt()
2005 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec()
2008 struct fc_frame *fp; in fc_exch_els_rec()
2090 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2165 struct fc_frame *fp, in fc_exch_seq_send()
2167 struct fc_frame *fp, in fc_exch_seq_send()
2236 struct fc_frame *fp; in fc_exch_rrq()
2282 static void fc_exch_els_rrq(struct fc_frame *fp) in fc_exch_els_rrq()
2379 bool (*match)(struct fc_frame *)) in fc_exch_mgr_add() argument
2454 bool (*match)(struct fc_frame *)) in fc_exch_mgr_alloc() argument
2591 void fc_exch_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_exch_recv()