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:fd_active_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
1520
hdev->
fd_active_type
= HCLGE_FD_RULE_NONE;
in hclge_configure()
5092
hdev->
fd_active_type
= HCLGE_FD_RULE_NONE;
in hclge_sync_fd_state()
6371
if (hdev->
fd_active_type
!= rule->rule_type &&
in hclge_add_fd_entry_common()
6372
(hdev->
fd_active_type
== HCLGE_FD_TC_FLOWER_ACTIVE ||
in hclge_add_fd_entry_common()
6373
hdev->
fd_active_type
== HCLGE_FD_EP_ACTIVE)) {
in hclge_add_fd_entry_common()
6376
rule->rule_type, hdev->
fd_active_type
);
in hclge_add_fd_entry_common()
6394
hdev->
fd_active_type
= rule->rule_type;
in hclge_add_fd_entry_common()
6407
return hdev->
fd_active_type
== HCLGE_FD_TC_FLOWER_ACTIVE;
in hclge_is_cls_flower_active()
6527
if (hdev->
fd_active_type
== HCLGE_FD_TC_FLOWER_ACTIVE ||
in hclge_del_fd_entry()
6567
hdev->
fd_active_type
in hclge_clear_fd_rules_in_list()
[all...]
H
A
D
hclge_main.h
948
enum HCLGE_FD_ACTIVE_RULE_TYPE
fd_active_type
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
824
enum HCLGE_FD_ACTIVE_RULE_TYPE
fd_active_type
;
member
H
A
D
hclge_main.c
1493
hdev->
fd_active_type
= HCLGE_FD_RULE_NONE;
in hclge_configure()
5658
hdev->
fd_active_type
= HCLGE_FD_RULE_NONE;
in hclge_fd_update_rule_list()
5679
hdev->
fd_active_type
= new_rule->rule_type;
in hclge_fd_update_rule_list()
6015
hdev->
fd_active_type
= HCLGE_FD_RULE_NONE;
in hclge_del_all_fd_entries()
6059
hdev->
fd_active_type
= HCLGE_FD_EP_ACTIVE;
in hclge_restore_fd_entries()
6414
if (hdev->
fd_active_type
== HCLGE_FD_EP_ACTIVE) {
in hclge_add_fd_entry_by_arfs()
6480
if (hdev->
fd_active_type
!= HCLGE_FD_ARFS_ACTIVE) {
in hclge_rfs_filter_expire()
6510
if (hdev->
fd_active_type
== HCLGE_FD_ARFS_ACTIVE)
in hclge_clear_arfs_rules()
6555
clear = hdev->
fd_active_type
== HCLGE_FD_ARFS_ACTIVE;
in hclge_enable_fd()
Completed in 31 milliseconds