| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | cop2-ex.c | 63 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 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()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-iops.c | 107 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 D | 0001-Link-with-libtirpc.patch | 116 -#include <rpcsvc/rstat.h> 117 +#include "rstat.h"
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | Makefile | 2 obj-y := cgroup.o rstat.o namespace.o cgroup-v1.o freezer.o
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | tsec.c | 312 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in tsec_recv() 341 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in tsec_recv() 426 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in redundant_init() 455 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in redundant_init() 524 out_be32(®s->rstat, RSTAT_CLEAR_RHALT); in startup_tsec()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_macio.c | 654 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 D | sun3_82586.c | 796 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 D | rpc | 6 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 D | rpc | 6 rstatd 100001 rstat rup perfmeter rstat_svc
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 566 grp->rstat |= (RSTAT_CLEAR_RHALT >> i); in gfar_parse_group() 1231 gfar_write(®s->rstat, priv->gfargrp[i].rstat); in gfar_start() 2659 gfar_write(®s->rstat, gfargrp->rstat); in gfar_poll_rx_sq() 2716 rstat_rxf = gfar_read(®s->rstat) & RSTAT_RXF_MASK; in gfar_poll_rx() 2735 gfar_write(®s->rstat, in gfar_poll_rx() 2749 gfar_write(®s->rstat, gfargrp->rstat); in gfar_poll_rx() 2847 gfar_read(®s->rstat)); in gfar_error() 3608 gfar_write(®s->rstat, priv->gfargrp[i].rstat); in gfar_start_wol_filer()
|
| H A D | gianfar.h | 709 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 D | netkit-rusers_0.17.bb | 72 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 D | tsec.h | 331 u32 rstat; /* Receive Status */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 3484 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 D | immap_86xx.h | 351 uint rstat; /* 0x24304 - Receive Status Register */ member
|
| H A D | immap_85xx.h | 375 u32 rstat; /* RX Status */ member
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |