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:ENI_PRV_POS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
eni.h
133
#define
ENI_PRV_POS
(skb) (((struct eni_skb_prv *) (skb)->cb)->pos)
macro
H
A
D
eni.c
469
ENI_PRV_POS
(skb) = eni_vcc->descr+size+1;
in do_rx_dma()
496
if (eni_vcc->rxing)
ENI_PRV_POS
(eni_vcc->last) += size+1;
in discard()
742
ENI_PRV_POS
(skb));
in dequeue_rx()
756
eni_vcc->rx_pos =
ENI_PRV_POS
(skb) & (eni_vcc->words-1);
in dequeue_rx()
1170
ENI_PRV_POS
(skb) = tx->tx_pos;
in do_tx()
1221
DPRINTK("dequeue_tx: next 0x%lx curr 0x%x\n",
ENI_PRV_POS
(skb),
in dequeue_tx()
1223
if (ENI_VCC(vcc)->txing < tx->words &&
ENI_PRV_POS
(skb) ==
in dequeue_tx()
1985
dsc = tx->send+
ENI_PRV_POS
(skb)*4;
in eni_change_qos()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
eni.h
133
#define
ENI_PRV_POS
(skb) (((struct eni_skb_prv *) (skb)->cb)->pos)
macro
H
A
D
eni.c
469
ENI_PRV_POS
(skb) = eni_vcc->descr+size+1;
in do_rx_dma()
496
if (eni_vcc->rxing)
ENI_PRV_POS
(eni_vcc->last) += size+1;
in discard()
742
ENI_PRV_POS
(skb));
in dequeue_rx()
756
eni_vcc->rx_pos =
ENI_PRV_POS
(skb) & (eni_vcc->words-1);
in dequeue_rx()
1170
ENI_PRV_POS
(skb) = tx->tx_pos;
in do_tx()
1221
DPRINTK("dequeue_tx: next 0x%lx curr 0x%x\n",
ENI_PRV_POS
(skb),
in dequeue_tx()
1223
if (ENI_VCC(vcc)->txing < tx->words &&
ENI_PRV_POS
(skb) ==
in dequeue_tx()
1985
dsc = tx->send+
ENI_PRV_POS
(skb)*4;
in eni_change_qos()
Completed in 8 milliseconds