Searched refs:bfa_cee_s (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_port.h | 90 struct bfa_cee_s { struct 115 void bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa); argument 116 void bfa_cee_attach(struct bfa_cee_s *cee, 118 bfa_status_t bfa_cee_get_attr(struct bfa_cee_s *cee, 121 bfa_status_t bfa_cee_get_stats(struct bfa_cee_s *cee, 124 bfa_status_t bfa_cee_reset_stats(struct bfa_cee_s *cee,
|
D | bfa_port.c | 524 bfa_cee_get_attr_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_attr_isr() 556 bfa_cee_get_stats_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_stats_isr() 592 bfa_cee_reset_stats_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_reset_stats_isr() 628 bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa) in bfa_cee_mem_claim() 653 bfa_cee_get_attr(struct bfa_cee_s *cee, struct bfa_cee_attr_s *attr, in bfa_cee_get_attr() 693 bfa_cee_get_stats(struct bfa_cee_s *cee, struct bfa_cee_stats_s *stats, in bfa_cee_get_stats() 732 bfa_cee_reset_stats(struct bfa_cee_s *cee, in bfa_cee_reset_stats() 772 struct bfa_cee_s *cee = (struct bfa_cee_s *) cbarg; in bfa_cee_isr() 806 struct bfa_cee_s *cee = (struct bfa_cee_s *) arg; in bfa_cee_notify() 861 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, in bfa_cee_attach()
|
D | bfa_modules.h | 43 struct bfa_cee_s cee; /* CEE Module */
|
D | bfa_core.c | 123 struct bfa_cee_s *cee = &bfa->modules.cee; in bfa_com_cee_attach()
|