OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vf_target_shift
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_common.c
4466
int
vf_target_shift
= vf % 8;
local
4474
pfvfspoof |= (1 <<
vf_target_shift
);
4476
pfvfspoof &= ~(1 <<
vf_target_shift
);
4490
int
vf_target_shift
= vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT;
local
4498
pfvfspoof |= (1 <<
vf_target_shift
);
4500
pfvfspoof &= ~(1 <<
vf_target_shift
);
ixgbe_x550.c
1253
int
vf_target_shift
= vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT;
local
1260
pfvfspoof |= (1 <<
vf_target_shift
);
1262
pfvfspoof &= ~(1 <<
vf_target_shift
);
Completed in 33 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026