Searched refs:bfi_msg_s (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_fcpim.h | 35 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)); 36 void bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m); 182 struct bfi_msg_s comp_rspmsg; /* IO comp f/w response */ 271 void bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 273 struct bfi_msg_s *msg); 281 void bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 290 void bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
|
D | bfi_ms.h | 320 struct bfi_msg_s *msg; 479 struct bfi_msg_s *msg; 559 struct bfi_msg_s *msg; 566 struct bfi_msg_s *msg; 627 struct bfi_msg_s *msg; 634 struct bfi_msg_s *msg;
|
D | bfa_svc.h | 227 void bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 269 void bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 377 void bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 433 void bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 519 void bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 736 void bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg);
|
D | bfa.h | 22 typedef void (*bfa_isr_func_t) (struct bfa_s *bfa, struct bfi_msg_s *m); 28 void bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m); 47 ((void *)((struct bfi_msg_s *)((__bfa)->iocfc.req_cq_ba[__reqq].kva) \ 64 (&((struct bfi_msg_s *)((__bfa)->iocfc.rsp_cq_ba[__rspq].kva))[__ci])
|
D | bfa_fcpim.c | 1355 bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itnim_isr() 2785 bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_isr() 2870 bfa_ioim_good_comp_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_good_comp_isr() 3539 bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_tskim_isr() 3766 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)) in bfa_itn_create() 3779 bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itn_isr()
|
D | bfi.h | 160 struct bfi_msg_s { struct
|
D | bfa_svc.c | 1122 bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcxp_isr() 1976 bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_lps_isr() 3545 bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcport_isr() 4984 bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_rport_isr() 5613 bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_uf_isr() 5903 bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcdiag_intr()
|
D | bfa_core.c | 714 struct bfi_msg_s *m; in bfa_isr_rspq() 890 bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_isr_unhandled()
|