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:CFHSI_DESC_SZ
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/include/net/caif/
H
A
D
caif_hsi.h
43
#define
CFHSI_DESC_SZ
(sizeof(struct cfhsi_desc))
macro
49
#define CFHSI_DESC_SHORT_SZ (
CFHSI_DESC_SZ
- CFHSI_MAX_EMB_FRM_SZ)
59
#define CFHSI_BUF_SZ_TX (
CFHSI_DESC_SZ
+ CFHSI_MAX_PAYLOAD_SZ)
62
#define CFHSI_BUF_SZ_RX ((2 *
CFHSI_DESC_SZ
) + CFHSI_MAX_PAYLOAD_SZ)
/kernel/linux/linux-5.10/drivers/net/caif/
H
A
D
caif_hsi.c
327
return
CFHSI_DESC_SZ
+ pld_len;
in cfhsi_tx_frm()
478
xfer_sz +=
CFHSI_DESC_SZ
;
in cfhsi_rx_desc()
480
if ((xfer_sz % 4) || (xfer_sz > (CFHSI_BUF_SZ_RX -
CFHSI_DESC_SZ
))) {
in cfhsi_rx_desc()
627
rx_len +=
CFHSI_DESC_SZ
;
in cfhsi_rx_done()
633
rx_len =
CFHSI_DESC_SZ
;
in cfhsi_rx_done()
651
rx_len +=
CFHSI_DESC_SZ
;
in cfhsi_rx_done()
665
rx_ptr = rx_buf +
CFHSI_DESC_SZ
;
in cfhsi_rx_done()
669
rx_len =
CFHSI_DESC_SZ
;
in cfhsi_rx_done()
720
cfhsi->rx_buf,
CFHSI_DESC_SZ
);
in cfhsi_rx_done()
1161
cfhsi->rx_len =
CFHSI_DESC_SZ
;
in cfhsi_open()
[all...]
Completed in 2 milliseconds