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:v2p_mailbox
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H
A
D
mbx.c
116
u32
v2p_mailbox
= IXGBE_READ_REG(hw, IXGBE_VFMAILBOX);
in ixgbevf_read_v2p_mailbox()
local
118
v2p_mailbox
|= hw->mbx.
v2p_mailbox
;
in ixgbevf_read_v2p_mailbox()
119
hw->mbx.
v2p_mailbox
|=
v2p_mailbox
& IXGBE_VFMAILBOX_R2C_BITS;
in ixgbevf_read_v2p_mailbox()
121
return
v2p_mailbox
;
in ixgbevf_read_v2p_mailbox()
134
u32
v2p_mailbox
= ixgbevf_read_v2p_mailbox(hw);
in ixgbevf_check_for_bit_vf()
local
137
if (
v2p_mailbox
& mask)
in ixgbevf_check_for_bit_vf()
140
hw->mbx.
v2p_mailbox
&= ~mask;
in ixgbevf_check_for_bit_vf()
H
A
D
vf.h
103
u32
v2p_mailbox
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H
A
D
mbx.c
121
u32
v2p_mailbox
= er32(V2PMAILBOX(0));
in e1000_read_v2p_mailbox()
local
123
v2p_mailbox
|= hw->dev_spec.vf.
v2p_mailbox
;
in e1000_read_v2p_mailbox()
124
hw->dev_spec.vf.
v2p_mailbox
|=
v2p_mailbox
& E1000_V2PMAILBOX_R2C_BITS;
in e1000_read_v2p_mailbox()
126
return
v2p_mailbox
;
in e1000_read_v2p_mailbox()
139
u32
v2p_mailbox
= e1000_read_v2p_mailbox(hw);
in e1000_check_for_bit_vf()
local
142
if (
v2p_mailbox
& mask)
in e1000_check_for_bit_vf()
145
hw->dev_spec.vf.
v2p_mailbox
&= ~mask;
in e1000_check_for_bit_vf()
H
A
D
vf.h
213
u32
v2p_mailbox
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H
A
D
mbx.c
121
u32
v2p_mailbox
= er32(V2PMAILBOX(0));
in e1000_read_v2p_mailbox()
local
123
v2p_mailbox
|= hw->dev_spec.vf.
v2p_mailbox
;
in e1000_read_v2p_mailbox()
124
hw->dev_spec.vf.
v2p_mailbox
|=
v2p_mailbox
& E1000_V2PMAILBOX_R2C_BITS;
in e1000_read_v2p_mailbox()
126
return
v2p_mailbox
;
in e1000_read_v2p_mailbox()
139
u32
v2p_mailbox
= e1000_read_v2p_mailbox(hw);
in e1000_check_for_bit_vf()
local
142
if (
v2p_mailbox
& mask)
in e1000_check_for_bit_vf()
145
hw->dev_spec.vf.
v2p_mailbox
&= ~mask;
in e1000_check_for_bit_vf()
H
A
D
vf.h
213
u32
v2p_mailbox
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_type.h
3625
u32
v2p_mailbox
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_type.h
3629
u32
v2p_mailbox
;
member
Completed in 28 milliseconds