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:CTRL_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_tx.c
623
if (skb->len +
CTRL_SIZE
+ sizeof(struct mlx4_wqe_inline_seg)
in inline_size()
625
return ALIGN(skb->len +
CTRL_SIZE
+
in inline_size()
628
return ALIGN(skb->len +
CTRL_SIZE
+ 2 *
in inline_size()
648
real_size =
CTRL_SIZE
+ shinfo->nr_frags * DS_SIZE +
in get_real_size()
669
real_size =
CTRL_SIZE
+
in get_real_size()
682
int spc = MLX4_INLINE_ALIGN -
CTRL_SIZE
- sizeof(*inl);
in build_inline_wqe()
1119
#define MLX4_EN_XDP_TX_REAL_SZ (((
CTRL_SIZE
+ MLX4_EN_XDP_TX_NRTXBB * DS_SIZE) \
H
A
D
mlx4_en.h
239
#define
CTRL_SIZE
sizeof(struct mlx4_wqe_ctrl_seg)
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_tx.c
628
if (skb->len +
CTRL_SIZE
+ sizeof(struct mlx4_wqe_inline_seg)
in inline_size()
630
return ALIGN(skb->len +
CTRL_SIZE
+
in inline_size()
633
return ALIGN(skb->len +
CTRL_SIZE
+ 2 *
in inline_size()
662
real_size =
CTRL_SIZE
+ shinfo->nr_frags * DS_SIZE +
in get_real_size()
683
real_size =
CTRL_SIZE
+
in get_real_size()
696
int spc = MLX4_INLINE_ALIGN -
CTRL_SIZE
- sizeof(*inl);
in build_inline_wqe()
1143
#define MLX4_EN_XDP_TX_REAL_SZ (((
CTRL_SIZE
+ MLX4_EN_XDP_TX_NRTXBB * DS_SIZE) \
H
A
D
mlx4_en.h
93
#define
CTRL_SIZE
sizeof(struct mlx4_wqe_ctrl_seg)
macro
98
*
CTRL_SIZE
for control desc.
103
ALIGN(256 +
CTRL_SIZE
+ DS_SIZE + MAX_SKB_FRAGS * DS_SIZE, TXBB_SIZE)
Completed in 8 milliseconds