Searched refs:bfa_cee_s (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/bfa/ |
H A D | bfa_port.h | 82 struct bfa_cee_s { struct 107 void bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa); argument 108 void bfa_cee_attach(struct bfa_cee_s *cee, 110 bfa_status_t bfa_cee_get_attr(struct bfa_cee_s *cee, 113 bfa_status_t bfa_cee_get_stats(struct bfa_cee_s *cee, 116 bfa_status_t bfa_cee_reset_stats(struct bfa_cee_s *cee,
|
H A D | bfa_port.c | 516 bfa_cee_get_attr_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_attr_isr() 548 bfa_cee_get_stats_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_stats_isr() 584 bfa_cee_reset_stats_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_reset_stats_isr() 620 bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa) in bfa_cee_mem_claim() 645 bfa_cee_get_attr(struct bfa_cee_s *cee, struct bfa_cee_attr_s *attr, in bfa_cee_get_attr() 685 bfa_cee_get_stats(struct bfa_cee_s *cee, struct bfa_cee_stats_s *stats, in bfa_cee_get_stats() 724 bfa_cee_reset_stats(struct bfa_cee_s *cee, in bfa_cee_reset_stats() 764 struct bfa_cee_s *cee = (struct bfa_cee_s *) cbarg; in bfa_cee_isr() 798 struct bfa_cee_s *cee = (struct bfa_cee_s *) arg; in bfa_cee_notify() 853 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, in bfa_cee_attach()
|
H A D | bfa_modules.h | 35 struct bfa_cee_s cee; /* CEE Module */
|
H A D | bfa_core.c | 115 struct bfa_cee_s *cee = &bfa->modules.cee; in bfa_com_cee_attach()
|