/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_cee.c | 71 bfa_cee_get_attr_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_get_attr_isr() argument 73 cee->get_attr_status = status; in bfa_cee_get_attr_isr() 75 memcpy(cee->attr, cee->attr_dma.kva, in bfa_cee_get_attr_isr() 77 bfa_cee_format_cee_cfg(cee->attr); in bfa_cee_get_attr_isr() 79 cee->get_attr_pending = false; in bfa_cee_get_attr_isr() 80 if (cee->cbfn.get_attr_cbfn) in bfa_cee_get_attr_isr() 81 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr() 91 bfa_cee_get_stats_isr(struct bfa_cee *cee, enum bfa_status status) in bfa_cee_get_stats_isr() argument 93 cee->get_stats_status = status; in bfa_cee_get_stats_isr() 95 memcpy(cee->stats, cee->stats_dma.kva, in bfa_cee_get_stats_isr() [all …]
|
H 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,
|
H A D | bna_types.h | 926 struct bfa_cee cee; member
|
H 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/ |
H A D | bfa_port.c | 516 bfa_cee_get_attr_isr(struct bfa_cee_s *cee, bfa_status_t status) in bfa_cee_get_attr_isr() argument 518 struct bfa_cee_lldp_cfg_s *lldp_cfg = &cee->attr->lldp_remote; in bfa_cee_get_attr_isr() 520 cee->get_attr_status = status; in bfa_cee_get_attr_isr() 521 bfa_trc(cee, 0); in bfa_cee_get_attr_isr() 523 bfa_trc(cee, 0); in bfa_cee_get_attr_isr() 524 memcpy(cee->attr, cee->attr_dma.kva, in bfa_cee_get_attr_isr() 530 cee->get_attr_pending = BFA_FALSE; in bfa_cee_get_attr_isr() 531 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_get_attr_isr() 532 bfa_trc(cee, 0); in bfa_cee_get_attr_isr() 533 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr() [all …]
|
H 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,
|
H 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/drivers/net/ethernet/qlogic/qed/ |
H 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/ |
H 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/ |
H A D | qed_if.h | 125 bool cee; member
|