Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:local_psr_full
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H
A
D
et131x.c
292
u32
local_psr_full
;
member
1567
rx_local->
local_psr_full
= 0;
in et131x_config_rx_dma_regs()
2206
if ((word1 & 0x1FFF) == (rx_local->
local_psr_full
& 0x1FFF))
in nic_rx_pkts()
2211
(rx_local->
local_psr_full
& 0xFFF);
in nic_rx_pkts()
2224
add_12bit(&rx_local->
local_psr_full
, 1);
in nic_rx_pkts()
2225
if ((rx_local->
local_psr_full
& 0xFFF) > rx_local->psr_entries - 1) {
in nic_rx_pkts()
2227
rx_local->
local_psr_full
&= ~0xFFF;
in nic_rx_pkts()
2228
rx_local->
local_psr_full
^= 0x1000;
in nic_rx_pkts()
2231
writel(rx_local->
local_psr_full
, &adapter->regs->rxdma.psr_full_offset);
in nic_rx_pkts()
2237
rx_local->
local_psr_full
in nic_rx_pkts()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H
A
D
et131x.c
292
u32
local_psr_full
;
member
1567
rx_local->
local_psr_full
= 0;
in et131x_config_rx_dma_regs()
2206
if ((word1 & 0x1FFF) == (rx_local->
local_psr_full
& 0x1FFF))
in nic_rx_pkts()
2211
(rx_local->
local_psr_full
& 0xFFF);
in nic_rx_pkts()
2224
add_12bit(&rx_local->
local_psr_full
, 1);
in nic_rx_pkts()
2225
if ((rx_local->
local_psr_full
& 0xFFF) > rx_local->psr_entries - 1) {
in nic_rx_pkts()
2227
rx_local->
local_psr_full
&= ~0xFFF;
in nic_rx_pkts()
2228
rx_local->
local_psr_full
^= 0x1000;
in nic_rx_pkts()
2231
writel(rx_local->
local_psr_full
, &adapter->regs->rxdma.psr_full_offset);
in nic_rx_pkts()
2237
rx_local->
local_psr_full
in nic_rx_pkts()
[all...]
Completed in 9 milliseconds