Searched refs:bfa_cee_s (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_port.h | 89 struct bfa_cee_s { struct 114 void bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa); argument 115 void bfa_cee_attach(struct bfa_cee_s *cee, 117 bfa_status_t bfa_cee_get_attr(struct bfa_cee_s *cee, 120 bfa_status_t bfa_cee_get_stats(struct bfa_cee_s *cee, 123 bfa_status_t bfa_cee_reset_stats(struct bfa_cee_s *cee,
|
D | bfa_port.c | 532 bfa_cee_get_attr_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_attr_isr() 564 bfa_cee_get_stats_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_stats_isr() 600 bfa_cee_reset_stats_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_reset_stats_isr() 636 bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa) in bfa_cee_mem_claim() 661 bfa_cee_get_attr(struct bfa_cee_s *cee, struct bfa_cee_attr_s *attr, in bfa_cee_get_attr() 701 bfa_cee_get_stats(struct bfa_cee_s *cee, struct bfa_cee_stats_s *stats, in bfa_cee_get_stats() 740 bfa_cee_reset_stats(struct bfa_cee_s *cee, in bfa_cee_reset_stats() 780 struct bfa_cee_s *cee = (struct bfa_cee_s *) cbarg; in bfa_cee_isr() 814 struct bfa_cee_s *cee = (struct bfa_cee_s *) arg; in bfa_cee_notify() 869 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, in bfa_cee_attach()
|
D | bfa_modules.h | 42 struct bfa_cee_s cee; /* CEE Module */
|
D | bfa_core.c | 119 struct bfa_cee_s *cee = &bfa->modules.cee; in bfa_com_cee_attach()
|