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:rxpos
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/mctp/
H
A
D
mctp-serial.c
66
unsigned int txpos,
rxpos
;
member
298
switch (dev->
rxpos
) {
in mctp_serial_push_header()
301
dev->
rxpos
++;
in mctp_serial_push_header()
307
dev->
rxpos
++;
in mctp_serial_push_header()
318
dev->
rxpos
= 0;
in mctp_serial_push_header()
328
switch (dev->
rxpos
) {
in mctp_serial_push_trailer()
331
dev->
rxpos
++;
in mctp_serial_push_trailer()
335
dev->
rxpos
++;
in mctp_serial_push_trailer()
343
dev->
rxpos
= 0;
in mctp_serial_push_trailer()
368
dev->rxbuf[dev->
rxpos
]
in mctp_serial_push()
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
farsync.c
430
int
rxpos
; /* Next Rx buffer to use */
member
1025
port->
rxpos
= 0;
in fst_rx_config()
1195
port->
rxpos
= rxp;
in fst_recover_rx_error()
1215
rxp = port->
rxpos
;
in fst_intr_rx()
1241
port->
rxpos
= rxp;
in fst_intr_rx()
1266
port->
rxpos
= rxp;
in fst_intr_rx()
1306
if (rxp != port->
rxpos
) {
in fst_intr_rx()
1307
dbg(DBG_ASS, "About to increment
rxpos
by more than 1\n");
in fst_intr_rx()
1308
dbg(DBG_ASS, "rxp = %d
rxpos
= %d\n", rxp, port->
rxpos
);
in fst_intr_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
farsync.c
431
int
rxpos
; /* Next Rx buffer to use */
member
993
port->
rxpos
= 0;
in fst_rx_config()
1158
port->
rxpos
= rxp;
in fst_recover_rx_error()
1176
rxp = port->
rxpos
;
in fst_intr_rx()
1200
port->
rxpos
= rxp;
in fst_intr_rx()
1226
port->
rxpos
= rxp;
in fst_intr_rx()
1265
if (rxp != port->
rxpos
) {
in fst_intr_rx()
1266
dbg(DBG_ASS, "About to increment
rxpos
by more than 1\n");
in fst_intr_rx()
1267
dbg(DBG_ASS, "rxp = %d
rxpos
= %d\n", rxp, port->
rxpos
);
in fst_intr_rx()
[all...]
Completed in 7 milliseconds