Searched refs:bfa_cee (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_cee.c | 79 bfa_cee_get_attr_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_get_attr_isr() 99 bfa_cee_get_stats_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_get_stats_isr() 123 bfa_cee_reset_stats_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_reset_stats_isr() 147 bfa_nw_cee_mem_claim(struct bfa_cee *cee, u8 *dma_kva, u64 dma_pa) in bfa_nw_cee_mem_claim() 166 bfa_nw_cee_get_attr(struct bfa_cee *cee, struct bfa_cee_attr *attr, in bfa_nw_cee_get_attr() 200 struct bfa_cee *cee = (struct bfa_cee *) cbarg; in bfa_cee_isr() 227 struct bfa_cee *cee; in bfa_cee_notify() 228 cee = (struct bfa_cee *) arg; in bfa_cee_notify() 277 bfa_nw_cee_attach(struct bfa_cee *cee, struct bfa_ioc *ioc, in bfa_nw_cee_attach()
|
D | bfa_cee.h | 39 struct bfa_cee { struct 60 void bfa_nw_cee_mem_claim(struct bfa_cee *cee, u8 *dma_kva, argument 62 void bfa_nw_cee_attach(struct bfa_cee *cee, struct bfa_ioc *ioc, void *dev); 63 enum bfa_status bfa_nw_cee_get_attr(struct bfa_cee *cee,
|
D | Makefile | 10 bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o
|
D | bna_types.h | 919 struct bfa_cee cee;
|