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:trans_tre_max
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipa/
H
A
D
ipa_endpoint.h
69
u32
trans_tre_max
; /* maximum descriptors per transaction */
member
H
A
D
ipa_endpoint.c
795
if (1 + nr_frags > endpoint->
trans_tre_max
) {
in ipa_endpoint_skb_tx()
1480
endpoint->
trans_tre_max
= gsi_channel_trans_tre_max(gsi, channel_id);
in ipa_endpoint_setup_one()
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
gsi.h
108
u8
trans_tre_max
; /* max TREs in a transaction */
member
H
A
D
gsi_trans.c
344
if (WARN_ON(tre_count > channel->
trans_tre_max
))
in gsi_channel_trans_alloc()
764
tre_max, channel->
trans_tre_max
);
in gsi_channel_trans_init()
H
A
D
ipa_cmd.c
336
tre_max, channel->
trans_tre_max
);
in ipa_cmd_pool_init()
H
A
D
gsi.c
897
gpi->max_outstanding_tre = channel->
trans_tre_max
*
in gsi_channel_program()
2245
channel->
trans_tre_max
= data->channel.tlv_count;
in gsi_channel_init_one()
2430
return channel->tre_count - (channel->
trans_tre_max
- 1);
in gsi_channel_tre_max()
H
A
D
ipa_endpoint.c
1935
endpoint->skb_frag_max = gsi->channel[channel_id].
trans_tre_max
- 1;
in ipa_endpoint_setup_one()
Completed in 12 milliseconds