OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXGBE_VF_RESET
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_mbx.h
142
#define
IXGBE_VF_RESET
0x01 /* VF requests reset */
ixgbe_vf.c
227
msgbuf[0] =
IXGBE_VF_RESET
;
242
if (msgbuf[0] != (
IXGBE_VF_RESET
| IXGBE_VT_MSGTYPE_SUCCESS) &&
243
msgbuf[0] != (
IXGBE_VF_RESET
| IXGBE_VT_MSGTYPE_FAILURE))
246
if (msgbuf[0] == (
IXGBE_VF_RESET
| IXGBE_VT_MSGTYPE_SUCCESS))
if_sriov.c
390
resp[0] =
IXGBE_VF_RESET
| ack;
605
if (msg[0] ==
IXGBE_VF_RESET
) {
Completed in 34 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025