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:vxge_mac_addrs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.c
661
if (((struct
vxge_mac_addrs
*)entry)->macaddr == del_mac)
in vxge_search_mac_addr_in_list()
669
struct
vxge_mac_addrs
*new_mac_entry;
in vxge_mac_list_add()
675
new_mac_entry = kzalloc(sizeof(struct
vxge_mac_addrs
), GFP_ATOMIC);
in vxge_mac_list_add()
1077
if (((struct
vxge_mac_addrs
*)entry)->macaddr == del_mac) {
in vxge_mac_list_del()
1130
struct
vxge_mac_addrs
*mac_entry;
in vxge_set_multicast()
1197
mac_entry = (struct
vxge_mac_addrs
*)entry;
in vxge_set_multicast()
1239
mac_entry = (struct
vxge_mac_addrs
*)entry;
in vxge_set_multicast()
1456
((struct
vxge_mac_addrs
*)entry)->macaddr;
in vxge_restore_vpath_mac_addr()
1458
((struct
vxge_mac_addrs
*)entry)->state =
in vxge_restore_vpath_mac_addr()
1473
((struct
vxge_mac_addrs
*)entr
in vxge_restore_vpath_mac_addr()
[all...]
H
A
D
vxge-main.h
216
struct
vxge_mac_addrs
{
struct
Completed in 5 milliseconds