Lines Matching refs:fc_frame

118 	bool (*match)(struct fc_frame *);
122 static void fc_seq_ls_acc(struct fc_frame *);
123 static void fc_seq_ls_rjt(struct fc_frame *, enum fc_els_rjt_reason,
125 static void fc_exch_els_rec(struct fc_frame *);
126 static void fc_exch_els_rrq(struct fc_frame *);
262 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
464 struct fc_frame *fp) in fc_seq_send_locked()
525 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
595 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
637 struct fc_frame *fp; in fc_exch_abort_locked()
730 struct fc_frame *fp) in fc_invoke_resp()
732 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
907 struct fc_frame *fp) in fc_exch_alloc()
993 struct fc_frame *fp) in fc_exch_resp()
1041 struct fc_frame *fp) in fc_seq_lookup_recip()
1170 struct fc_frame *fp) in fc_seq_lookup_orig()
1228 void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send()
1257 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1276 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1278 struct fc_frame *fp; in fc_seq_send_ack()
1338 static void fc_exch_send_ba_rjt(struct fc_frame *rx_fp, in fc_exch_send_ba_rjt()
1342 struct fc_frame *fp; in fc_exch_send_ba_rjt()
1412 static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp) in fc_exch_recv_abts()
1414 struct fc_frame *fp; in fc_exch_recv_abts()
1475 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1511 struct fc_frame *fp) in fc_exch_recv_req()
1572 static void fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_seq_resp()
1666 static void fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_resp()
1688 static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) in fc_exch_abts_resp()
1764 static void fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) in fc_exch_recv_bls()
1829 static void fc_seq_ls_acc(struct fc_frame *rx_fp) in fc_seq_ls_acc()
1833 struct fc_frame *fp; in fc_seq_ls_acc()
1860 static void fc_seq_ls_rjt(struct fc_frame *rx_fp, enum fc_els_rjt_reason reason, in fc_seq_ls_rjt()
1865 struct fc_frame *fp; in fc_seq_ls_rjt()
2016 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec()
2019 struct fc_frame *fp; in fc_exch_els_rec()
2101 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2176 struct fc_frame *fp, in fc_exch_seq_send()
2178 struct fc_frame *fp, in fc_exch_seq_send()
2247 struct fc_frame *fp; in fc_exch_rrq()
2293 static void fc_exch_els_rrq(struct fc_frame *fp) in fc_exch_els_rrq()
2390 bool (*match)(struct fc_frame *)) in fc_exch_mgr_add() argument
2465 bool (*match)(struct fc_frame *)) in fc_exch_mgr_alloc() argument
2602 void fc_exch_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_exch_recv()