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:rxer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
horizon.c
753
//
rxer
->rate = make_rate (qos->peak_cells);
in hrz_open_rx()
763
static void hrz_change_vc_qos (ATM_RXER *
rxer
, MAAL_QOS * qos) {
764
rxer
->rate = make_rate (qos->peak_cells);
832
// look for NULL
rxer
elsewhere. The code here seems flush frames
in hrz_close_rx()
1281
atm_vcc = dev->
rxer
[rx_channel];
in rx_data_av_handler()
2453
if (dev->
rxer
[channel]) {
in hrz_open()
2464
dev->
rxer
[channel] = atm_vcc;
in hrz_open()
2509
if (atm_vcc != dev->
rxer
[channel])
in hrz_close()
2510
PRINTK (KERN_ERR, "%s atm_vcc=%p
rxer
[channel]=%p",
in hrz_close()
2512
atm_vcc, dev->
rxer
[channe
in hrz_close()
[all...]
H
A
D
ambassador.c
467
struct atm_vcc * atm_vcc = dev->
rxer
[vc];
in rx_complete()
1143
if (dev->
rxer
[vci]) {
in amb_open()
1154
( (AMB_VCC(dev->
rxer
[vci])->rx_info.pool << SRB_POOL_SHIFT)
in amb_open()
1201
dev->
rxer
[vci] = atm_vcc;
in amb_open()
1228
if (dev->
rxer
[vci]) {
in amb_close()
1264
// forget the
rxer
- no more skbs will be pushed
in amb_close()
1265
if (atm_vcc != dev->
rxer
[vci])
in amb_close()
1266
PRINTK (KERN_ERR, "%s vcc=%p
rxer
[vci]=%p",
in amb_close()
1268
vcc, dev->
rxer
[vci]);
in amb_close()
1269
dev->
rxer
[vc
in amb_close()
[all...]
H
A
D
horizon.h
430
struct atm_vcc *
rxer
[MAX_VCS];
member
H
A
D
ambassador.h
624
struct atm_vcc *
rxer
[NUM_VCS];
member
Completed in 8 milliseconds