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:RTL8152_MAX_RX
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
r8152.c
646
#define
RTL8152_MAX_RX
10
macro
1839
for (i = 0; i <
RTL8152_MAX_RX
; i++) {
in alloc_all_mem()
2191
return atomic_read(&tp->rx_count) >
RTL8152_MAX_RX
;
in rx_count_exceed()
2705
/* Only
RTL8152_MAX_RX
rx_agg need to be submitted. */
in rtl_start_rx()
2706
if (++i >
RTL8152_MAX_RX
) {
in rtl_start_rx()
2746
/* At least
RTL8152_MAX_RX
rx_agg have the page_count being
in rtl_stop_rx()
6324
if (ring->rx_pending < (
RTL8152_MAX_RX
* 2))
in rtl8152_set_ringparam()
6791
tp->rx_pending = 10 *
RTL8152_MAX_RX
;
in rtl8152_probe()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
r8152.c
748
#define
RTL8152_MAX_RX
10
macro
2131
for (i = 0; i <
RTL8152_MAX_RX
; i++) {
in alloc_all_mem()
2483
return atomic_read(&tp->rx_count) >
RTL8152_MAX_RX
;
in rx_count_exceed()
3043
/* Only
RTL8152_MAX_RX
rx_agg need to be submitted. */
in rtl_start_rx()
3044
if (++i >
RTL8152_MAX_RX
) {
in rtl_start_rx()
3084
/* At least
RTL8152_MAX_RX
rx_agg have the page_count being
in rtl_stop_rx()
9166
if (ring->rx_pending < (
RTL8152_MAX_RX
* 2))
in rtl8152_set_ringparam()
9877
tp->rx_pending = 10 *
RTL8152_MAX_RX
;
in rtl8152_probe_once()
Completed in 20 milliseconds