Searched refs:bfi_msg_s (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcpim.h | 43 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)); 44 void bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m); 190 struct bfi_msg_s comp_rspmsg; /* IO comp f/w response */ 279 void bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 281 struct bfi_msg_s *msg); 289 void bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 298 void bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
|
D | bfi_ms.h | 328 struct bfi_msg_s *msg; 487 struct bfi_msg_s *msg; 567 struct bfi_msg_s *msg; 574 struct bfi_msg_s *msg; 635 struct bfi_msg_s *msg; 642 struct bfi_msg_s *msg;
|
D | bfa_svc.h | 235 void bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 277 void bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 385 void bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 441 void bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 527 void bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 744 void bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg);
|
D | bfa.h | 30 typedef void (*bfa_isr_func_t) (struct bfa_s *bfa, struct bfi_msg_s *m); 36 void bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m); 55 ((void *)((struct bfi_msg_s *)((__bfa)->iocfc.req_cq_ba[__reqq].kva) \ 73 (&((struct bfi_msg_s *)((__bfa)->iocfc.rsp_cq_ba[__rspq].kva))[__ci])
|
D | bfa_fcpim.c | 1363 bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itnim_isr() 2792 bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_isr() 2876 bfa_ioim_good_comp_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_ioim_good_comp_isr() 3547 bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_tskim_isr() 3774 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)) in bfa_itn_create() 3787 bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itn_isr()
|
D | bfi.h | 168 struct bfi_msg_s { struct
|
D | bfa_svc.c | 1130 bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcxp_isr() 1984 bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_lps_isr() 3553 bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcport_isr() 4992 bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_rport_isr() 5621 bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_uf_isr() 5911 bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcdiag_intr()
|
D | bfa_core.c | 722 struct bfi_msg_s *m; in bfa_isr_rspq() 898 bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_isr_unhandled()
|