Lines Matching refs:fc_frame

128 	bool (*match)(struct fc_frame *);
132 static void fc_seq_ls_acc(struct fc_frame *);
133 static void fc_seq_ls_rjt(struct fc_frame *, enum fc_els_rjt_reason,
135 static void fc_exch_els_rec(struct fc_frame *);
136 static void fc_exch_els_rrq(struct fc_frame *);
272 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
467 struct fc_frame *fp) in fc_seq_send_locked()
529 struct fc_frame *fp) in fc_seq_send()
597 void (*resp)(struct fc_seq *, struct fc_frame *, in fc_seq_set_resp() argument
632 struct fc_frame *fp; in fc_exch_abort_locked()
719 struct fc_frame *fp) in fc_invoke_resp()
721 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
892 struct fc_frame *fp) in fc_exch_alloc()
957 struct fc_frame *fp) in fc_exch_resp()
1005 struct fc_frame *fp) in fc_seq_lookup_recip()
1134 struct fc_frame *fp) in fc_seq_lookup_orig()
1192 static void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send()
1220 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1239 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1241 struct fc_frame *fp; in fc_seq_send_ack()
1299 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp, in fc_exch_send_ba_rjt()
1303 struct fc_frame *fp; in fc_exch_send_ba_rjt()
1368 static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) in fc_exch_recv_abts()
1370 struct fc_frame *fp; in fc_exch_recv_abts()
1428 static struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1462 struct fc_frame *fp) in fc_exch_recv_req()
1523 static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_seq_resp()
1614 static void fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_resp()
1636 static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) in fc_exch_abts_resp()
1712 static void fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_bls()
1774 static void fc_seq_ls_acc(struct fc_frame *rx_fp) in fc_seq_ls_acc()
1778 struct fc_frame *fp; in fc_seq_ls_acc()
1800 static void fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason, in fc_seq_ls_rjt()
1805 struct fc_frame *fp; in fc_seq_ls_rjt()
1946 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec()
1949 struct fc_frame *fp; in fc_exch_els_rec()
2015 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2072 struct fc_frame *fp, in fc_exch_seq_send()
2074 struct fc_frame *fp, in fc_exch_seq_send()
2143 struct fc_frame *fp; in fc_exch_rrq()
2188 static void fc_exch_els_rrq(struct fc_frame *fp) in fc_exch_els_rrq()
2283 bool (*match)(struct fc_frame *)) in fc_exch_mgr_add() argument
2358 bool (*match)(struct fc_frame *)) in fc_exch_mgr_alloc() argument
2494 void fc_exch_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_exch_recv()