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:num_rx_chans
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H
A
D
mal.c
82
BUG_ON(channel < 0 || channel >= mal->
num_rx_chans
||
in mal_set_rcbs()
107
BUG_ON(channel < 0 || channel >= mal->
num_rx_chans
);
in mal_rx_bd_offset()
490
regs->rx_count = mal->
num_rx_chans
;
in mal_dump_regs()
553
mal->
num_rx_chans
= prop[0];
in mal_probe()
629
BUG_ON(mal->
num_rx_chans
<= 0 || mal->
num_rx_chans
> 32);
in mal_probe()
633
NUM_RX_BUFF * mal->
num_rx_chans
);
in mal_probe()
646
for (i = 0; i < mal->
num_rx_chans
; ++i)
in mal_probe()
686
mal->num_tx_chans, mal->
num_rx_chans
);
in mal_probe()
738
NUM_RX_BUFF * mal->
num_rx_chans
), ma
in mal_remove()
[all...]
H
A
D
mal.h
187
int
num_rx_chans
; /* Number of RX channels */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H
A
D
mal.c
84
BUG_ON(channel < 0 || channel >= mal->
num_rx_chans
||
in mal_set_rcbs()
109
BUG_ON(channel < 0 || channel >= mal->
num_rx_chans
);
in mal_rx_bd_offset()
492
regs->rx_count = mal->
num_rx_chans
;
in mal_dump_regs()
555
mal->
num_rx_chans
= prop[0];
in mal_probe()
631
BUG_ON(mal->
num_rx_chans
<= 0 || mal->
num_rx_chans
> 32);
in mal_probe()
635
NUM_RX_BUFF * mal->
num_rx_chans
);
in mal_probe()
648
for (i = 0; i < mal->
num_rx_chans
; ++i)
in mal_probe()
688
mal->num_tx_chans, mal->
num_rx_chans
);
in mal_probe()
740
NUM_RX_BUFF * mal->
num_rx_chans
), ma
in mal_remove()
[all...]
H
A
D
mal.h
187
int
num_rx_chans
; /* Number of RX channels */
member
Completed in 4 milliseconds