/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_type_tag_percpu.c | 55 struct cgroup_rstat_cpu *rstat; in BPF_PROG() local 59 rstat = (struct cgroup_rstat_cpu *)bpf_per_cpu_ptr(cgrp->rstat_cpu, cpu); in BPF_PROG() 60 if (rstat) { in BPF_PROG() 62 *(volatile int *)rstat; in BPF_PROG()
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 147 struct ep93xx_rstat rstat[RX_QUEUE_ENTRIES]; member 233 struct ep93xx_rstat *rstat; in ep93xx_rx() local 240 rstat = ep->descs->rstat + entry; in ep93xx_rx() 242 rstat0 = rstat->rstat0; in ep93xx_rx() 243 rstat1 = rstat->rstat1; in ep93xx_rx() 247 rstat->rstat0 = 0; in ep93xx_rx() 248 rstat->rstat1 = 0; in ep93xx_rx() 562 addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, rstat); in ep93xx_start_hw()
|
/openbmc/linux/kernel/cgroup/ |
H A D | Makefile | 2 obj-y := cgroup.o rstat.o namespace.o cgroup-v1.o freezer.o
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.h | 30 volatile unsigned int rstat; member
|
H A D | sgiseeq.c | 150 sregs->rstat = sp->mode | RSTAT_GO_BITS; in seeq_go()
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 331 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in tsec_recv() 360 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in tsec_recv() 445 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in redundant_init() 475 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in redundant_init() 544 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in startup_tsec()
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | hw_counters.h | 175 struct bnxt_re_rstat rstat; member
|
H A D | hw_counters.c | 185 struct bnxt_qplib_ext_stat *estat = &rdev->stats.rstat.ext_stat; in bnxt_re_get_ext_stat() 351 err_s = &rdev->stats.rstat.errs; in bnxt_re_ib_get_hw_stats()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_macio.c | 658 u32 dstat, rstat = ATA_DMA_INTR; in pata_macio_bmdma_status() local 678 rstat |= ATA_DMA_ERR; in pata_macio_bmdma_status() 685 return rstat; in pata_macio_bmdma_status() 704 rstat |= ATA_DMA_ERR; in pata_macio_bmdma_status() 708 return rstat; in pata_macio_bmdma_status()
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | 793 int rstat; in sun3_82586_rcv_int() local 796 while(!((rstat=swab16(rbd->status)) & RBD_LAST)) in sun3_82586_rcv_int() 798 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int() 799 if(!rstat) in sun3_82586_rcv_int() 807 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int()
|
/openbmc/u-boot/include/ |
H A D | tsec.h | 330 u32 rstat; /* Receive Status */ member
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 555 grp->rstat |= (RSTAT_CLEAR_RHALT >> i); in gfar_parse_group() 1198 gfar_write(®s->rstat, priv->gfargrp[i].rstat); in gfar_start() 2623 gfar_write(®s->rstat, gfargrp->rstat); in gfar_poll_rx_sq() 2723 gfar_read(®s->rstat)); in gfar_error() 3486 gfar_write(®s->rstat, priv->gfargrp[i].rstat); in gfar_start_wol_filer()
|
H A D | gianfar.h | 769 u32 rstat; /* 0x.304 - Receive Status Register */ member 1097 unsigned int rstat; member
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 4832 u32 rstat; in iavf_check_reset_complete() local 4836 rstat = rd32(hw, IAVF_VFGEN_RSTAT) & in iavf_check_reset_complete() 4838 if ((rstat == VIRTCHNL_VFR_VFACTIVE) || in iavf_check_reset_complete() 4839 (rstat == VIRTCHNL_VFR_COMPLETED)) in iavf_check_reset_complete()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_86xx.h | 351 uint rstat; /* 0x24304 - Receive Status Register */ member
|
H A D | immap_85xx.h | 374 u32 rstat; /* RX Status */ member
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |