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:tpad
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/caif/
H
A
D
caif_hsi.c
86
int hpad,
tpad
, len;
in cfhsi_update_aggregation_stats()
local
90
tpad
= PAD_POW2((skb->len + hpad), cfhsi->cfg.tail_align);
in cfhsi_update_aggregation_stats()
91
len = skb->len + hpad +
tpad
;
in cfhsi_update_aggregation_stats()
235
int
tpad
;
in cfhsi_tx_frm()
local
241
tpad
= PAD_POW2((skb->len + hpad), cfhsi->cfg.tail_align);
in cfhsi_tx_frm()
244
if ((skb->len + hpad +
tpad
) <= CFHSI_MAX_EMB_FRM_SZ) {
in cfhsi_tx_frm()
270
int
tpad
;
in cfhsi_tx_frm()
local
282
tpad
= PAD_POW2((skb->len + hpad), cfhsi->cfg.tail_align);
in cfhsi_tx_frm()
285
desc->cffrm_len[nfrms] = hpad + skb->len +
tpad
;
in cfhsi_tx_frm()
305
pfrm += skb->len +
tpad
;
in cfhsi_tx_frm()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_isr.c
245
u16
tpad
;
in __qla_copy_purex_to_buffer()
local
255
tpad
= roundup(total_bytes, 4);
in __qla_copy_purex_to_buffer()
257
if (buf_len <
tpad
) {
in __qla_copy_purex_to_buffer()
260
__func__, buf_len,
tpad
);
in __qla_copy_purex_to_buffer()
265
pending_bytes = total_bytes =
tpad
;
in __qla_copy_purex_to_buffer()
Completed in 7 milliseconds