Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/
A Dbfa_cee.c75 memcpy(cee->attr, cee->attr_dma.kva, in bfa_cee_get_attr_isr()
81 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
95 memcpy(cee->stats, cee->stats_dma.kva, in bfa_cee_get_stats_isr()
101 cee->cbfn.get_stats_cbfn(cee->cbfn.get_stats_cbarg, status); in bfa_cee_get_stats_isr()
116 cee->cbfn.reset_stats_cbfn(cee->cbfn.reset_stats_cbarg, status); in bfa_cee_reset_stats_isr()
162 BUG_ON(!((cee != NULL) && (cee->ioc != NULL))); in bfa_nw_cee_get_attr()
177 bfa_nw_ioc_mbox_queue(cee->ioc, &cee->get_cfg_mb, NULL, NULL); in bfa_nw_cee_get_attr()
275 cee->dev = dev; in bfa_nw_cee_attach()
276 cee->ioc = ioc; in bfa_nw_cee_attach()
279 bfa_ioc_notify_init(&cee->ioc_notify, bfa_cee_notify, cee); in bfa_nw_cee_attach()
[all …]
A Dbfa_cee.h52 void bfa_nw_cee_mem_claim(struct bfa_cee *cee, u8 *dma_kva,
54 void bfa_nw_cee_attach(struct bfa_cee *cee, struct bfa_ioc *ioc, void *dev);
55 enum bfa_status bfa_nw_cee_get_attr(struct bfa_cee *cee,
A Dbnad_debugfs.c154 ret = bfa_nw_cee_get_attr(&bnad->bna.cee, &drvinfo->cee_attr, in bnad_get_debug_drvinfo()
A Dbna_types.h926 struct bfa_cee cee; member
A Dbna_enet.c1719 bfa_nw_cee_attach(&bna->cee, &ioceth->ioc, bna); in bna_ioceth_init()
1720 bfa_nw_cee_mem_claim(&bna->cee, kva, dma); in bna_ioceth_init()
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfa_port.c524 memcpy(cee->attr, cee->attr_dma.kva, in bfa_cee_get_attr_isr()
533 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
557 memcpy(cee->stats, cee->stats_dma.kva, in bfa_cee_get_stats_isr()
650 WARN_ON((cee == NULL) || (cee->ioc == NULL)); in bfa_cee_get_attr()
668 bfa_ioc_mbox_queue(cee->ioc, &cee->get_cfg_mb); in bfa_cee_get_attr()
690 WARN_ON((cee == NULL) || (cee->ioc == NULL)); in bfa_cee_get_stats()
708 bfa_ioc_mbox_queue(cee->ioc, &cee->get_stats_mb); in bfa_cee_get_stats()
729 WARN_ON((cee == NULL) || (cee->ioc == NULL)); in bfa_cee_reset_stats()
744 bfa_ioc_mbox_queue(cee->ioc, &cee->reset_stats_mb); in bfa_cee_reset_stats()
862 bfa_ioc_notify_init(&cee->ioc_notify, bfa_cee_notify, cee); in bfa_cee_attach()
[all …]
A Dbfa_port.h104 #define BFA_MEM_CEE_DMA(__bfa) (&((__bfa)->modules.cee.cee_dma))
107 void bfa_cee_mem_claim(struct bfa_cee_s *cee, u8 *dma_kva, u64 dma_pa);
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,
A Dbfa_modules.h35 struct bfa_cee_s cee; /* CEE Module */ member
A Dbfa_core.c115 struct bfa_cee_s *cee = &bfa->modules.cee; in bfa_com_cee_attach() local
118 cee->trcmod = bfa->trcmod; in bfa_com_cee_attach()
119 bfa_cee_attach(cee, &bfa->ioc, bfa); in bfa_com_cee_attach()
120 bfa_cee_mem_claim(cee, cee_dma->kva_curp, cee_dma->dma_curp); in bfa_com_cee_attach()
A Dbfad_bsg.c1398 iocmd->status = bfa_cee_get_attr(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_attr()
1435 iocmd->status = bfa_cee_get_stats(&bfad->bfa.modules.cee, iocmd_bufptr, in bfad_iocmd_cee_get_stats()
1456 iocmd->status = bfa_cee_reset_stats(&bfad->bfa.modules.cee, NULL, NULL); in bfad_iocmd_cee_reset_stats()
/linux-6.3-rc2/net/dcb/
A Ddcbnl.c1365 struct nlattr *cee, *app; in dcbnl_cee_fill() local
1373 cee = nla_nest_start_noflag(skb, DCB_ATTR_CEE); in dcbnl_cee_fill()
1374 if (!cee) in dcbnl_cee_fill()
1489 nla_nest_end(skb, cee); in dcbnl_cee_fill()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_dcbx.c662 p_operational->cee = val; in qed_dcbx_get_operational_params()
670 p_operational->ieee, p_operational->cee, in qed_dcbx_get_operational_params()
1259 if (dcbx_info->operational.cee) in qed_dcbx_get_config_params()
1551 if (dcbx_info->operational.cee) in qed_dcbnl_getdcbx()
/linux-6.3-rc2/arch/m68k/ifpsp060/
A Dfplsp.sa185 dc.l $59964cee,$0303ff9c,$f22e9800,$ff60f22e
293 dc.l $39664cee,$0303ff9c,$f22e9800,$ff60f22e
322 dc.l $5fee6006,$61ff0000,$51864cee,$0303ff9c
411 dc.l $52384cee,$0303ff9c,$f22e9800,$ff60f22e
421 dc.l $51984cee,$0303ff9c,$f22e9800,$ff60f22e
480 dc.l $45444cee,$0303ff9c,$f22e9800,$ff60f22e
1641 dc.l $f23a4823,$ff2e60ff,$00000cee,$406a934f
/linux-6.3-rc2/include/linux/qed/
A Dqed_if.h125 bool cee; member

Completed in 56 milliseconds