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:DS_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_tx.c
648
real_size = CTRL_SIZE + shinfo->nr_frags *
DS_SIZE
+
in get_real_size()
649
ALIGN(*lso_header_size + 4,
DS_SIZE
);
in get_real_size()
654
real_size +=
DS_SIZE
;
in get_real_size()
670
(shinfo->nr_frags + 1) *
DS_SIZE
;
in get_real_size()
954
int lso_align = ALIGN(lso_header_size + 4,
DS_SIZE
);
in mlx4_en_xmit()
1119
#define MLX4_EN_XDP_TX_REAL_SZ (((CTRL_SIZE + MLX4_EN_XDP_TX_NRTXBB *
DS_SIZE
) \
H
A
D
en_rx.c
125
possible_frags = (ring->stride - sizeof(struct mlx4_en_rx_desc)) /
DS_SIZE
;
in mlx4_en_init_rx_desc()
333
DS_SIZE
* priv->num_frags);
in mlx4_en_activate_rx_rings()
H
A
D
mlx4_en.h
241
#define
DS_SIZE
sizeof(struct mlx4_wqe_data_seg)
macro
H
A
D
en_netdev.c
2221
DS_SIZE
* MLX4_EN_MAX_RX_FRAGS);
in mlx4_en_copy_priv()
3287
DS_SIZE
* MLX4_EN_MAX_RX_FRAGS);
in mlx4_en_init_netdev()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_tx.c
662
real_size = CTRL_SIZE + shinfo->nr_frags *
DS_SIZE
+
in get_real_size()
663
ALIGN(*lso_header_size - *hopbyhop + 4,
DS_SIZE
);
in get_real_size()
668
real_size +=
DS_SIZE
;
in get_real_size()
684
(shinfo->nr_frags + 1) *
DS_SIZE
;
in get_real_size()
962
int lso_align = ALIGN(lso_header_size - hopbyhop + 4,
DS_SIZE
);
in mlx4_en_xmit()
1143
#define MLX4_EN_XDP_TX_REAL_SZ (((CTRL_SIZE + MLX4_EN_XDP_TX_NRTXBB *
DS_SIZE
) \
H
A
D
mlx4_en.h
94
#define
DS_SIZE
sizeof(struct mlx4_wqe_data_seg)
macro
99
*
DS_SIZE
if skb->head contains some payload.
103
ALIGN(256 + CTRL_SIZE +
DS_SIZE
+ MAX_SKB_FRAGS *
DS_SIZE
, TXBB_SIZE)
H
A
D
en_rx.c
125
possible_frags = (ring->stride - sizeof(struct mlx4_en_rx_desc)) /
DS_SIZE
;
in mlx4_en_init_rx_desc()
333
DS_SIZE
* priv->num_frags);
in mlx4_en_activate_rx_rings()
H
A
D
en_netdev.c
2232
DS_SIZE
* MLX4_EN_MAX_RX_FRAGS);
in mlx4_en_copy_priv()
3232
DS_SIZE
* MLX4_EN_MAX_RX_FRAGS);
in mlx4_en_init_netdev()
Completed in 19 milliseconds