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:E1000_VF_RESET
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H
A
D
vf.c
128
msgbuf[0] =
E1000_VF_RESET
;
in e1000_reset_hw_vf()
137
case
E1000_VF_RESET
| E1000_VT_MSGTYPE_ACK:
in e1000_reset_hw_vf()
140
case
E1000_VF_RESET
| E1000_VT_MSGTYPE_NACK:
in e1000_reset_hw_vf()
H
A
D
mbx.h
40
#define
E1000_VF_RESET
0x01 /* VF requests reset */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H
A
D
vf.c
128
msgbuf[0] =
E1000_VF_RESET
;
in e1000_reset_hw_vf()
137
case
E1000_VF_RESET
| E1000_VT_MSGTYPE_ACK:
in e1000_reset_hw_vf()
140
case
E1000_VF_RESET
| E1000_VT_MSGTYPE_NACK:
in e1000_reset_hw_vf()
H
A
D
mbx.h
40
#define
E1000_VF_RESET
0x01 /* VF requests reset */
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_mbx.h
36
#define
E1000_VF_RESET
0x01 /* VF requests reset */
macro
H
A
D
igb_main.c
7444
msgbuf[0] =
E1000_VF_RESET
| E1000_VT_MSGTYPE_ACK;
in igb_vf_reset_msg()
7447
msgbuf[0] =
E1000_VF_RESET
| E1000_VT_MSGTYPE_NACK;
in igb_vf_reset_msg()
7808
if (msgbuf[0] ==
E1000_VF_RESET
) {
in igb_rcv_msg_from_vf()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_mbx.h
36
#define
E1000_VF_RESET
0x01 /* VF requests reset */
macro
H
A
D
igb_main.c
7621
msgbuf[0] =
E1000_VF_RESET
| E1000_VT_MSGTYPE_ACK;
in igb_vf_reset_msg()
7624
msgbuf[0] =
E1000_VF_RESET
| E1000_VT_MSGTYPE_NACK;
in igb_vf_reset_msg()
7985
if (msgbuf[0] ==
E1000_VF_RESET
) {
in igb_rcv_msg_from_vf()
Completed in 23 milliseconds