Searched refs:bfi_msg_s (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_fcpim.h | 42 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)); 43 void bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m); 185 struct bfi_msg_s comp_rspmsg; /* IO comp f/w response */ 274 void bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 276 struct bfi_msg_s *msg); 284 void bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 293 void bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *msg);
|
D | bfi_ms.h | 328 struct bfi_msg_s *msg; 486 struct bfi_msg_s *msg; 555 struct bfi_msg_s *msg; 562 struct bfi_msg_s *msg; 622 struct bfi_msg_s *msg; 629 struct bfi_msg_s *msg;
|
D | bfa_svc.h | 230 void bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 272 void bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 380 void bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 438 void bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 520 void bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg); 702 void bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg);
|
D | bfa.h | 29 typedef void (*bfa_isr_func_t) (struct bfa_s *bfa, struct bfi_msg_s *m); 35 void bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m); 54 ((void *)((struct bfi_msg_s *)((__bfa)->iocfc.req_cq_ba[__reqq].kva) \ 72 (&((struct bfi_msg_s *)((__bfa)->iocfc.rsp_cq_ba[__rspq].kva))[__ci])
|
D | bfa_fcpim.c | 1362 bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itnim_isr() 2780 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() 3534 bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_tskim_isr() 3773 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m)) in bfa_itn_create() 3786 bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_itn_isr()
|
D | bfi.h | 166 struct bfi_msg_s { struct
|
D | bfa_svc.c | 1127 bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcxp_isr() 1986 bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_lps_isr() 3403 bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcport_isr() 4635 bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_rport_isr() 5277 bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_uf_isr() 5523 bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg) in bfa_fcdiag_intr()
|
D | bfa_core.c | 655 struct bfi_msg_s *m; in bfa_isr_rspq() 823 bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m) in bfa_isr_unhandled()
|