Lines Matching refs:fc_frame

129 	bool (*match)(struct fc_frame *);
133 static void fc_seq_ls_acc(struct fc_frame *);
134 static void fc_seq_ls_rjt(struct fc_frame *, enum fc_els_rjt_reason,
136 static void fc_exch_els_rec(struct fc_frame *);
137 static void fc_exch_els_rrq(struct fc_frame *);
273 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
475 struct fc_frame *fp) in fc_seq_send_locked()
536 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
606 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
648 struct fc_frame *fp; in fc_exch_abort_locked()
738 struct fc_frame *fp) in fc_invoke_resp()
740 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
915 struct fc_frame *fp) in fc_exch_alloc()
1001 struct fc_frame *fp) in fc_exch_resp()
1049 struct fc_frame *fp) in fc_seq_lookup_recip()
1178 struct fc_frame *fp) in fc_seq_lookup_orig()
1236 void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send()
1265 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1284 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1286 struct fc_frame *fp; in fc_seq_send_ack()
1346 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp, in fc_exch_send_ba_rjt()
1350 struct fc_frame *fp; in fc_exch_send_ba_rjt()
1420 static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) in fc_exch_recv_abts()
1422 struct fc_frame *fp; in fc_exch_recv_abts()
1483 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1519 struct fc_frame *fp) 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()
1690 static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) in fc_exch_abts_resp()
1766 static void fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_bls()
1831 static void fc_seq_ls_acc(struct fc_frame *rx_fp) in fc_seq_ls_acc()
1835 struct fc_frame *fp; in fc_seq_ls_acc()
1862 static void fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason, in fc_seq_ls_rjt()
1867 struct fc_frame *fp; in fc_seq_ls_rjt()
2012 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec()
2015 struct fc_frame *fp; in fc_exch_els_rec()
2097 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2172 struct fc_frame *fp, in fc_exch_seq_send()
2174 struct fc_frame *fp, in fc_exch_seq_send()
2243 struct fc_frame *fp; in fc_exch_rrq()
2289 static void fc_exch_els_rrq(struct fc_frame *fp) in fc_exch_els_rrq()
2386 bool (*match)(struct fc_frame *)) in fc_exch_mgr_add() argument
2461 bool (*match)(struct fc_frame *)) in fc_exch_mgr_alloc() argument
2598 void fc_exch_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_exch_recv()