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_free_entries
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H
A
D
es58x_fd.h
172
__le16
tx_free_entries
; /* Number of remaining free entries in the device TX queue */
member
H
A
D
es581_4.h
140
__le16
tx_free_entries
; /* Number of remaining free entries in the device TX queue */
member
H
A
D
es58x_core.h
723
int es58x_tx_ack_msg(struct net_device *netdev, u16
tx_free_entries
,
H
A
D
es58x_fd.c
217
get_unaligned_le16(&tx_ack_msg->
tx_free_entries
),
in es58x_fd_tx_ack_msg()
H
A
D
es581_4.c
223
get_unaligned_le16(&tx_ack_msg->
tx_free_entries
),
in es581_4_tx_ack_msg()
H
A
D
es58x_core.c
521
* @
tx_free_entries
: Number of free entries in the device transmit FIFO.
533
int es58x_tx_ack_msg(struct net_device *netdev, u16
tx_free_entries
,
in es58x_tx_ack_msg()
argument
538
if (
tx_free_entries
<= priv->es58x_dev->param->tx_bulk_max) {
in es58x_tx_ack_msg()
542
tx_free_entries
,
in es58x_tx_ack_msg()
Completed in 7 milliseconds