Searched refs:bfi_msg_s (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/bfa/
H A Dbfa_fcpim.h35 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);
H A Dbfi_ms.h320 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 Dbfa.h22 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 Dbfa_svc.h227 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);
H A Dbfa_fcpim.c1304 bfa_itnim_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
2728 bfa_ioim_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
2813 bfa_ioim_good_comp_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
3482 bfa_tskim_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
3709 void (*isr)(struct bfa_s *bfa, struct bfi_msg_s *m))
3722 bfa_itn_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
H A Dbfa_core.c714 struct bfi_msg_s *m;
890 bfa_isr_unhandled(struct bfa_s *bfa, struct bfi_msg_s *m)
H A Dbfi.h160 struct bfi_msg_s { struct
H A Dbfa_svc.c1102 bfa_fcxp_isr(struct bfa_s *bfa, struct bfi_msg_s *msg)
1956 bfa_lps_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
3525 bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg)
4964 bfa_rport_isr(struct bfa_s *bfa, struct bfi_msg_s *m)
5590 bfa_uf_isr(struct bfa_s *bfa, struct bfi_msg_s *msg)
5866 bfa_fcdiag_intr(struct bfa_s *bfa, struct bfi_msg_s *msg)

Completed in 148 milliseconds