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:vport_instance
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.h
191
u8
vport_instance
;
member
H
A
D
qed_sriov.c
1352
p_vf->
vport_instance
= 0;
in qed_iov_vf_cleanup()
1772
if (!p_vf->
vport_instance
)
in qed_iov_configure_vport_forced()
1963
vf->
vport_instance
++;
in qed_iov_vf_mbx_start_vport()
1981
vf->
vport_instance
--;
in qed_iov_vf_mbx_stop_vport()
3035
if (!vf->
vport_instance
) {
in qed_iov_vf_mbx_vport_update()
3298
if (!vf->
vport_instance
) {
in qed_iov_vf_mbx_ucast_filter()
4245
return !!p_vf_info->
vport_instance
;
in qed_iov_vf_has_vport_instance()
5129
if (!vf || !vf->
vport_instance
)
in qed_iov_handle_trust_change()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_sriov.h
191
u8
vport_instance
;
member
H
A
D
qed_sriov.c
1354
p_vf->
vport_instance
= 0;
in qed_iov_vf_cleanup()
1774
if (!p_vf->
vport_instance
)
in qed_iov_configure_vport_forced()
1965
vf->
vport_instance
++;
in qed_iov_vf_mbx_start_vport()
1983
vf->
vport_instance
--;
in qed_iov_vf_mbx_stop_vport()
3037
if (!vf->
vport_instance
) {
in qed_iov_vf_mbx_vport_update()
3300
if (!vf->
vport_instance
) {
in qed_iov_vf_mbx_ucast_filter()
4270
return !!p_vf_info->
vport_instance
;
in qed_iov_vf_has_vport_instance()
5158
if (!vf || !vf->
vport_instance
)
in qed_iov_handle_trust_change()
Completed in 16 milliseconds