Home
last modified time | relevance | path

Searched refs:rstat (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/
H A Dcop2-ex.c63 u32 rstat; in nlm_cop2_restore() local
88 rstat = __read_32bit_c2_register($3, 0) & 0xf0000000u; in nlm_cop2_restore()
89 __write_32bit_c2_register($3, 0, r->rx_msg_status | rstat); in nlm_cop2_restore()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c147 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()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-iops.c107 unsigned long timeout, u8 *rstat) in __ide_wait_stat() argument
138 *rstat = stat; in __ide_wait_stat()
157 *rstat = stat; in __ide_wait_stat()
161 *rstat = stat; in __ide_wait_stat()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers/
H A D0001-Link-with-libtirpc.patch116 -#include <rpcsvc/rstat.h>
117 +#include "rstat.h"
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A DMakefile2 obj-y := cgroup.o rstat.o namespace.o cgroup-v1.o freezer.o
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c312 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()
341 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in tsec_recv()
426 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in redundant_init()
455 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in redundant_init()
524 out_be32(&regs->rstat, RSTAT_CLEAR_RHALT); in startup_tsec()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/seeq/
H A Dsgiseeq.h30 volatile unsigned int rstat; member
H A Dsgiseeq.c150 sregs->rstat = sp->mode | RSTAT_GO_BITS; in seeq_go()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_macio.c654 u32 dstat, rstat = ATA_DMA_INTR; in pata_macio_bmdma_status() local
675 rstat |= ATA_DMA_ERR; in pata_macio_bmdma_status()
682 return rstat; in pata_macio_bmdma_status()
701 rstat |= ATA_DMA_ERR; in pata_macio_bmdma_status()
705 return rstat; in pata_macio_bmdma_status()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c796 int rstat; in sun3_82586_rcv_int() local
799 while(!((rstat=swab16(rbd->status)) & RBD_LAST)) in sun3_82586_rcv_int()
801 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int()
802 if(!rstat) in sun3_82586_rcv_int()
810 totlen += rstat & RBD_MASK; in sun3_82586_rcv_int()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/etc/
H A Drpc6 rstatd 100001 rstat rup perfmeter rstat_svc
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/etc/
H A Drpc6 rstatd 100001 rstat rup perfmeter rstat_svc
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.c566 grp->rstat |= (RSTAT_CLEAR_RHALT >> i); in gfar_parse_group()
1231 gfar_write(&regs->rstat, priv->gfargrp[i].rstat); in gfar_start()
2659 gfar_write(&regs->rstat, gfargrp->rstat); in gfar_poll_rx_sq()
2716 rstat_rxf = gfar_read(&regs->rstat) & RSTAT_RXF_MASK; in gfar_poll_rx()
2735 gfar_write(&regs->rstat, in gfar_poll_rx()
2749 gfar_write(&regs->rstat, gfargrp->rstat); in gfar_poll_rx()
2847 gfar_read(&regs->rstat)); in gfar_error()
3608 gfar_write(&regs->rstat, priv->gfargrp[i].rstat); in gfar_start_wol_filer()
H A Dgianfar.h709 u32 rstat; /* 0x.304 - Receive Status Register */ member
1053 unsigned int rstat; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/
H A Dnetkit-rusers_0.17.bb72 SKIP_RECIPE[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or di…
/OK3568_Linux_fs/u-boot/include/
H A Dtsec.h331 u32 rstat; /* Receive Status */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3484 u32 rstat; in iavf_check_reset_complete() local
3488 rstat = rd32(hw, IAVF_VFGEN_RSTAT) & in iavf_check_reset_complete()
3490 if ((rstat == VIRTCHNL_VFR_VFACTIVE) || in iavf_check_reset_complete()
3491 (rstat == VIRTCHNL_VFR_COMPLETED)) in iavf_check_reset_complete()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_86xx.h351 uint rstat; /* 0x24304 - Receive Status Register */ member
H A Dimmap_85xx.h375 u32 rstat; /* RX Status */ member
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log