Home
last modified time | relevance | path

Searched refs:cee (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c78 bfa_cee_get_attr_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_get_attr_isr() argument
80 cee->get_attr_status = status; in bfa_cee_get_attr_isr()
82 memcpy(cee->attr, cee->attr_dma.kva, in bfa_cee_get_attr_isr()
84 bfa_cee_format_cee_cfg(cee->attr); in bfa_cee_get_attr_isr()
86 cee->get_attr_pending = false; in bfa_cee_get_attr_isr()
87 if (cee->cbfn.get_attr_cbfn) in bfa_cee_get_attr_isr()
88 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
98 bfa_cee_get_stats_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_get_stats_isr() argument
100 cee->get_stats_status = status; in bfa_cee_get_stats_isr()
102 memcpy(cee->stats, cee->stats_dma.kva, in bfa_cee_get_stats_isr()
[all …]
Dbfa_cee.h59 void bfa_nw_cee_mem_claim(struct bfa_cee *cee, u8 *dma_kva,
61 void bfa_nw_cee_attach(struct bfa_cee *cee, struct bfa_ioc *ioc, void *dev);
62 enum bfa_status bfa_nw_cee_get_attr(struct bfa_cee *cee,
Dbnad_debugfs.c163 ret = bfa_nw_cee_get_attr(&bnad->bna.cee, &drvinfo->cee_attr, in bnad_get_debug_drvinfo()
Dbna_types.h936 struct bfa_cee cee; member
Dbna_enet.c1744 bfa_nw_cee_attach(&bna->cee, &ioceth->ioc, bna); in bna_ioceth_init()
1745 bfa_nw_cee_mem_claim(&bna->cee, kva, dma); in bna_ioceth_init()
/drivers/scsi/bfa/
Dbfa_port.c532 bfa_cee_get_attr_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_attr_isr() argument
534 struct bfa_cee_lldp_cfg_s *lldp_cfg = &cee->attr->lldp_remote; in bfa_cee_get_attr_isr()
536 cee->get_attr_status = status; in bfa_cee_get_attr_isr()
537 bfa_trc(cee, 0); in bfa_cee_get_attr_isr()
539 bfa_trc(cee, 0); in bfa_cee_get_attr_isr()
540 memcpy(cee->attr, cee->attr_dma.kva, in bfa_cee_get_attr_isr()
546 cee->get_attr_pending = BFA_FALSE; in bfa_cee_get_attr_isr()
547 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_get_attr_isr()
548 bfa_trc(cee, 0); in bfa_cee_get_attr_isr()
549 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
[all …]
Dbfa_port.h111 #define BFA_MEM_CEE_DMA(__bfa) (&((__bfa)->modules.cee.cee_dma))
114 void bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa);
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,
Dbfa_modules.h42 struct bfa_cee_s cee; /* CEE Module */ member
Dbfa_core.c119 struct bfa_cee_s *cee = &bfa->modules.cee; in bfa_com_cee_attach() local
122 cee->trcmod = bfa->trcmod; in bfa_com_cee_attach()
123 bfa_cee_attach(cee, &bfa->ioc, bfa); in bfa_com_cee_attach()
124 bfa_cee_mem_claim(cee, cee_dma->kva_curp, cee_dma->dma_curp); in bfa_com_cee_attach()
Dbfad_bsg.c1405 iocmd->status = bfa_cee_get_attr(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_attr()
1442 iocmd->status = bfa_cee_get_stats(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_get_stats()
1463 iocmd->status = bfa_cee_reset_stats(&bfad->bfa.modules.cee, NULL, NULL); in bfad_iocmd_cee_reset_stats()