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:filter_block
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-switch.h
137
dpaa2_switch_acl_tbl_is_full(struct dpaa2_switch_filter_block *
filter_block
)
in dpaa2_switch_acl_tbl_is_full()
argument
139
if ((
filter_block
->num_acl_rules + DPAA2_ETHSW_PORT_DEFAULT_TRAPS) >=
in dpaa2_switch_acl_tbl_is_full()
162
struct dpaa2_switch_filter_block *
filter_block
;
member
H
A
D
dpaa2-switch.c
1146
dpaa2_switch_setup_tc_cls_flower(struct dpaa2_switch_filter_block *
filter_block
,
in dpaa2_switch_setup_tc_cls_flower()
argument
1151
return dpaa2_switch_cls_flower_replace(
filter_block
, f);
in dpaa2_switch_setup_tc_cls_flower()
1153
return dpaa2_switch_cls_flower_destroy(
filter_block
, f);
in dpaa2_switch_setup_tc_cls_flower()
1198
if (port_priv->
filter_block
)
in dpaa2_switch_port_acl_tbl_bind()
1211
port_priv->
filter_block
= block;
in dpaa2_switch_port_acl_tbl_bind()
1225
if (port_priv->
filter_block
!= block)
in dpaa2_switch_port_acl_tbl_unbind()
1238
port_priv->
filter_block
= NULL;
in dpaa2_switch_port_acl_tbl_unbind()
1245
struct dpaa2_switch_filter_block *old_block = port_priv->
filter_block
;
in dpaa2_switch_port_block_bind()
1258
if (port_priv->
filter_block
== block)
in dpaa2_switch_port_block_bind()
1312
struct dpaa2_switch_filter_block *
filter_block
;
in dpaa2_switch_setup_tc_block_bind()
local
1362
struct dpaa2_switch_
filter_block
*
filter_block
;
dpaa2_switch_setup_tc_block_unbind()
local
3119
struct dpaa2_switch_
filter_block
*
filter_block
;
dpaa2_switch_port_init()
local
[all...]
H
A
D
dpaa2-switch-flower.c
114
int dpaa2_switch_acl_entry_add(struct dpaa2_switch_filter_block *
filter_block
,
in dpaa2_switch_acl_entry_add()
argument
118
struct ethsw_core *ethsw =
filter_block
->ethsw;
in dpaa2_switch_acl_entry_add()
140
filter_block
->acl_id, acl_entry_cfg);
in dpaa2_switch_acl_entry_add()
Completed in 5 milliseconds