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:tx_max_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/
H
A
D
ntb_transport.c
157
unsigned int
tx_max_entry
;
member
531
"
tx_max_entry
- \t%u\n", qp->
tx_max_entry
);
in debugfs_read()
1216
qp->
tx_max_entry
= tx_size / qp->tx_max_frame;
in ntb_transport_init_queue()
1923
qp->tx_index %= qp->
tx_max_entry
;
in ntb_process_tx()
2071
for (i = 0; i < qp->
tx_max_entry
; i++) {
in ntb_transport_create_queue()
2434
return tail >= head ? tail - head : qp->
tx_max_entry
+ tail - head;
in ntb_transport_tx_free_entry()
/kernel/linux/linux-6.6/drivers/ntb/
H
A
D
ntb_transport.c
157
unsigned int
tx_max_entry
;
member
529
"
tx_max_entry
- \t%u\n", qp->
tx_max_entry
);
in debugfs_read()
1214
qp->
tx_max_entry
= tx_size / qp->tx_max_frame;
in ntb_transport_init_queue()
1921
qp->tx_index %= qp->
tx_max_entry
;
in ntb_process_tx()
2069
for (i = 0; i < qp->
tx_max_entry
; i++) {
in ntb_transport_create_queue()
2432
return tail >= head ? tail - head : qp->
tx_max_entry
+ tail - head;
in ntb_transport_tx_free_entry()
Completed in 9 milliseconds