/linux/drivers/net/ethernet/brocade/bna/ |
A D | bfa_cee.c | 75 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 D | bfa_cee.h | 52 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 D | bna_types.h | 911 struct bfa_cee cee; member
|
A D | bnad_debugfs.c | 154 ret = bfa_nw_cee_get_attr(&bnad->bna.cee, &drvinfo->cee_attr, in bnad_get_debug_drvinfo()
|
A D | bna_enet.c | 1719 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/drivers/scsi/bfa/ |
A D | bfa_port.c | 524 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 D | bfa_port.h | 104 #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 D | bfa_modules.h | 35 struct bfa_cee_s cee; /* CEE Module */ member
|
A D | bfa_core.c | 115 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 D | bfad_bsg.c | 1398 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/net/dcb/ |
A D | dcbnl.c | 1229 struct nlattr *cee, *app; in dcbnl_cee_fill() local 1237 cee = nla_nest_start_noflag(skb, DCB_ATTR_CEE); in dcbnl_cee_fill() 1238 if (!cee) in dcbnl_cee_fill() 1353 nla_nest_end(skb, cee); in dcbnl_cee_fill()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_dcbx.c | 662 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/arch/m68k/ifpsp060/ |
A D | fplsp.sa | 185 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/include/linux/qed/ |
A D | qed_if.h | 125 bool cee; member
|