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:mc_mac_list
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.h
206
struct list_head
mc_mac_list
;
member
H
A
D
hclgevf_main.c
924
&hdev->mac_table.uc_mac_list : &hdev->mac_table.
mc_mac_list
;
in hclgevf_update_mac_list()
1046
* uc/
mc_mac_list
, it means have received a TO_DEL request
in hclgevf_sync_from_add_list()
1113
&hdev->mac_table.uc_mac_list : &hdev->mac_table.
mc_mac_list
;
in hclgevf_sync_mac_list()
1165
hclgevf_clear_list(&hdev->mac_table.
mc_mac_list
);
in hclgevf_uninit_mac_list()
2261
INIT_LIST_HEAD(&hdev->mac_table.
mc_mac_list
);
in hclgevf_state_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.h
261
struct list_head
mc_mac_list
;
member
H
A
D
hclgevf_main.c
1347
&hdev->mac_table.uc_mac_list : &hdev->mac_table.
mc_mac_list
;
in hclgevf_update_mac_list()
1466
* uc/
mc_mac_list
, it means have received a TO_DEL request
in hclgevf_sync_from_add_list()
1535
&hdev->mac_table.uc_mac_list : &hdev->mac_table.
mc_mac_list
;
in hclgevf_sync_mac_list()
1588
hclgevf_clear_list(&hdev->mac_table.
mc_mac_list
);
in hclgevf_uninit_mac_list()
2666
INIT_LIST_HEAD(&hdev->mac_table.
mc_mac_list
);
in hclgevf_state_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
939
struct list_head
mc_mac_list
; /* Store VF multicast table */
member
H
A
D
hclge_main.c
1790
INIT_LIST_HEAD(&vport->
mc_mac_list
);
in hclge_alloc_vport()
7499
&vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_update_mac_list()
7801
* uc/
mc_mac_list
, it means have received a TO_DEL request
in hclge_sync_from_add_list()
7883
&vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_sync_vport_mac_table()
7976
list = &vport->
mc_mac_list
;
in hclge_rm_vport_all_mac_table()
8042
&vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_uninit_vport_mac_list()
8986
hclge_mac_node_convert_for_reset(&vport->
mc_mac_list
);
in hclge_restore_mac_table_common()
H
A
D
hclge_debugfs.c
1477
list = is_unicast ? &vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_dbg_dump_mac_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
1064
struct list_head
mc_mac_list
; /* Store VF multicast table */
member
H
A
D
hclge_main.c
1813
INIT_LIST_HEAD(&vport->
mc_mac_list
);
in hclge_alloc_vport()
8446
&vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_update_mac_list()
8790
* uc/
mc_mac_list
, it means have received a TO_DEL request
in hclge_sync_from_add_list()
8870
&vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_sync_vport_mac_table()
9002
list = &vport->
mc_mac_list
;
in hclge_rm_vport_all_mac_table()
9037
&vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_uninit_vport_mac_list()
10174
hclge_mac_node_convert_for_reset(&vport->
mc_mac_list
);
in hclge_restore_mac_table_common()
H
A
D
hclge_debugfs.c
2021
list = is_unicast ? &vport->uc_mac_list : &vport->
mc_mac_list
;
in hclge_dbg_dump_mac_list()
Completed in 79 milliseconds