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:flow_counter
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H
A
D
macsec_fs.c
935
struct mlx5_fc *
flow_counter
;
in macsec_fs_tx_init()
local
944
flow_counter
= mlx5_fc_create(mdev, false);
in macsec_fs_tx_init()
945
if (IS_ERR(
flow_counter
)) {
in macsec_fs_tx_init()
946
err = PTR_ERR(
flow_counter
);
in macsec_fs_tx_init()
952
tx_tables->check_rule_counter =
flow_counter
;
in macsec_fs_tx_init()
954
flow_counter
= mlx5_fc_create(mdev, false);
in macsec_fs_tx_init()
955
if (IS_ERR(
flow_counter
)) {
in macsec_fs_tx_init()
956
err = PTR_ERR(
flow_counter
);
in macsec_fs_tx_init()
962
tx_tables->check_miss_rule_counter =
flow_counter
;
in macsec_fs_tx_init()
1851
struct mlx5_fc *
flow_counter
;
in macsec_fs_rx_init()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H
A
D
egress_lgcy.c
84
} else if (MLX5_CAP_ESW_EGRESS_ACL(esw->dev,
flow_counter
)) {
in esw_acl_egress_lgcy_setup()
H
A
D
ingress_lgcy.c
165
} else if (MLX5_CAP_ESW_INGRESS_ACL(esw->dev,
flow_counter
)) {
in esw_acl_ingress_lgcy_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H
A
D
egress_lgcy.c
86
} else if (MLX5_CAP_ESW_EGRESS_ACL(esw->dev,
flow_counter
)) {
in esw_acl_egress_lgcy_setup()
H
A
D
ingress_lgcy.c
168
} else if (MLX5_CAP_ESW_INGRESS_ACL(esw->dev,
flow_counter
)) {
in esw_acl_ingress_lgcy_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ipsec_fs.c
161
struct mlx5_fc *
flow_counter
;
in ipsec_rx_status_drop_create()
local
184
flow_counter
= mlx5_fc_create(mdev, false);
in ipsec_rx_status_drop_create()
185
if (IS_ERR(
flow_counter
)) {
in ipsec_rx_status_drop_create()
186
err = PTR_ERR(
flow_counter
);
in ipsec_rx_status_drop_create()
194
dest.counter_id = mlx5_fc_id(
flow_counter
);
in ipsec_rx_status_drop_create()
207
rx->status_drop_cnt =
flow_counter
;
in ipsec_rx_status_drop_create()
214
mlx5_fc_destroy(mdev,
flow_counter
);
in ipsec_rx_status_drop_create()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tc.c
3562
flow_table_properties_nic_receive.
flow_counter
))
in parse_tc_nic_actions()
/kernel/linux/linux-5.10/include/linux/mlx5/
H
A
D
mlx5_ifc.h
396
u8
flow_counter
[0x1];
member
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
mlx5_ifc.h
430
u8
flow_counter
[0x1];
member
Completed in 69 milliseconds