Searched refs:bfi_msg_s (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/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); 209 struct bfi_msg_s comp_rspmsg; /* IO comp f/w response */ 331 void bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 333 struct bfi_msg_s *msg); 341 void bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 350 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); 253 void bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 379 void bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 453 void bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 575 void bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 809 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); 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])
|
D | bfa_fcpim.c | 1304 bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itnim_isr() 2728 bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_isr() 2813 bfa_ioim_good_comp_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_good_comp_isr() 3482 bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_tskim_isr() 3709 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)) in bfa_itn_create() 3722 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 | 1102 bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcxp_isr() 1956 bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_lps_isr() 3525 bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcport_isr() 4964 bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_rport_isr() 5590 bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_uf_isr() 5866 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()
|