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:lan_veb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_main.c
2351
pf->
lan_veb
!= I40E_NO_VEB &&
in i40e_set_promiscuous()
9359
if (pf->
lan_veb
< I40E_MAX_VEB && pf->veb[pf->
lan_veb
])
in i40e_link_event()
9360
i40e_veb_link_event(pf->veb[pf->
lan_veb
], new_link);
in i40e_link_event()
12238
pf->
lan_veb
= I40E_NO_VEB;
in i40e_sw_init()
14249
pf->
lan_veb
= veb->idx;
in i40e_veb_setup()
14290
if (pf->
lan_veb
>= I40E_MAX_VEB) {
in i40e_setup_pf_switch_element()
14296
pf->
lan_veb
= v;
in i40e_setup_pf_switch_element()
14300
if (pf->
lan_veb
>= I40E_MAX_VEB) {
in i40e_setup_pf_switch_element()
14304
pf->
lan_veb
in i40e_setup_pf_switch_element()
[all...]
H
A
D
i40e.h
593
u16
lan_veb
; /* initial relay, if exists */
member
H
A
D
i40e_ethtool.c
2316
veb_stats = ((pf->
lan_veb
!= I40E_NO_VEB) &&
in i40e_get_ethtool_stats()
2317
(pf->
lan_veb
< I40E_MAX_VEB) &&
in i40e_get_ethtool_stats()
2321
veb = pf->veb[pf->
lan_veb
];
in i40e_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_main.c
2474
pf->
lan_veb
!= I40E_NO_VEB &&
in i40e_set_promiscuous()
9952
if (pf->
lan_veb
< I40E_MAX_VEB && pf->veb[pf->
lan_veb
])
in i40e_link_event()
9953
i40e_veb_link_event(pf->veb[pf->
lan_veb
], new_link);
in i40e_link_event()
12876
pf->
lan_veb
= I40E_NO_VEB;
in i40e_sw_init()
14944
pf->
lan_veb
= veb->idx;
in i40e_veb_setup()
14985
if (pf->
lan_veb
>= I40E_MAX_VEB) {
in i40e_setup_pf_switch_element()
14991
pf->
lan_veb
= v;
in i40e_setup_pf_switch_element()
14995
if (pf->
lan_veb
>= I40E_MAX_VEB) {
in i40e_setup_pf_switch_element()
14999
pf->
lan_veb
in i40e_setup_pf_switch_element()
[all...]
H
A
D
i40e.h
625
u16
lan_veb
; /* initial relay, if exists */
member
H
A
D
i40e_ethtool.c
2418
veb_stats = ((pf->
lan_veb
!= I40E_NO_VEB) &&
in i40e_get_ethtool_stats()
2419
(pf->
lan_veb
< I40E_MAX_VEB) &&
in i40e_get_ethtool_stats()
2423
veb = pf->veb[pf->
lan_veb
];
in i40e_get_ethtool_stats()
Completed in 67 milliseconds