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:packet_merge
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
params.c
289
if (params->
packet_merge
.type != MLX5E_PACKET_MERGE_NONE)
in mlx5e_rx_is_linear_skb()
464
if (params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO)
in mlx5e_get_rq_headroom()
909
if (params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO)
in mlx5e_build_rx_cq_param()
936
bool lro_en = params->
packet_merge
.type == MLX5E_PACKET_MERGE_LRO;
in rq_end_pad_mode()
976
if (params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO) {
in mlx5e_build_rq_param()
986
params->
packet_merge
.timeout);
in mlx5e_build_rq_param()
988
params->
packet_merge
.shampo.match_criteria_type);
in mlx5e_build_rq_param()
990
params->
packet_merge
.shampo.alignment_granularity);
in mlx5e_build_rq_param()
1219
if (params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO)
in mlx5e_build_icosq_log_wq_sz()
H
A
D
tir.c
80
MLX5_SET(modify_tir_in, builder->in, bitmask.
packet_merge
, 1);
in mlx5e_tir_builder_build_packet_merge()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_main.c
1219
if (params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO)
in mlx5e_open_rq()
2687
return mlx5e_rx_res_packet_merge_set_param(res, &priv->channels.params.
packet_merge
);
in mlx5e_modify_tirs_packet_merge()
3832
new_params.
packet_merge
.type = MLX5E_PACKET_MERGE_LRO;
in set_feature_lro()
3833
else if (new_params.
packet_merge
.type == MLX5E_PACKET_MERGE_LRO)
in set_feature_lro()
3834
new_params.
packet_merge
.type = MLX5E_PACKET_MERGE_NONE;
in set_feature_lro()
3838
if (!(cur_params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO &&
in set_feature_lro()
3839
new_params.
packet_merge
.type == MLX5E_PACKET_MERGE_LRO)) {
in set_feature_lro()
3865
new_params.
packet_merge
.type = MLX5E_PACKET_MERGE_SHAMPO;
in set_feature_hw_gro()
3866
new_params.
packet_merge
.shampo.match_criteria_type =
in set_feature_hw_gro()
3868
new_params.
packet_merge
in set_feature_hw_gro()
[all...]
H
A
D
en.h
277
enum
packet_merge
{
enum
284
enum
packet_merge
type;
309
struct mlx5e_packet_merge_param
packet_merge
;
member
H
A
D
en_ethtool.c
332
(priv->channels.params.
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO) ?
in mlx5e_ethtool_get_ringparam()
1932
if (priv->channels.params.
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO) {
in mlx5e_modify_rx_cqe_compression_locked()
1994
} else if (priv->channels.params.
packet_merge
.type != MLX5E_PACKET_MERGE_NONE) {
in set_pflag_rx_striding_rq()
H
A
D
en_fs_ethtool.c
443
pkt_merge_param = priv->channels.params.
packet_merge
;
in flow_get_tirn()
H
A
D
en_rep.c
1029
&priv->channels.params.
packet_merge
,
in mlx5e_init_rep_rx()
H
A
D
en_rx.c
2699
if (params->
packet_merge
.type == MLX5E_PACKET_MERGE_SHAMPO) {
in mlx5e_rq_set_handlers()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H
A
D
ipoib.c
71
params->
packet_merge
.type = MLX5E_PACKET_MERGE_NONE;
in mlx5i_build_nic_params()
437
&priv->channels.params.
packet_merge
,
in mlx5i_init_rx()
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
mlx5_ifc.h
7158
u8
packet_merge
[0x1];
member
Completed in 61 milliseconds