Searched refs:bfi_msg_s (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/scsi/bfa/ |
H A 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);
|
H A 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;
|
H A 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);
|
H A D | bfa.h | 22 typedef void (*bfa_isr_func_t) (struct bfa_s *bfa, struct bfi_msg_s *m); 27 void bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m); 46 ((void *)((struct bfi_msg_s *)((__bfa)->iocfc.req_cq_ba[__reqq].kva) \ 63 (&((struct bfi_msg_s *)((__bfa)->iocfc.rsp_cq_ba[__rspq].kva))[__ci])
|
H A D | bfa_fcpim.c | 1355 bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itnim_isr() 2779 bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_isr() 2864 bfa_ioim_good_comp_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_good_comp_isr() 3533 bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_tskim_isr() 3760 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)) in bfa_itn_create() 3773 bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itn_isr()
|
H A D | bfi.h | 160 struct bfi_msg_s { struct
|
H A D | bfa_svc.c | 1116 bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcxp_isr() 1970 bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_lps_isr() 3539 bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcport_isr() 4978 bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_rport_isr() 5604 bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_uf_isr() 5894 bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcdiag_intr()
|
H A 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()
|