OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfvfspoof
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_common.c
4467
u32
pfvfspoof
;
local
4472
pfvfspoof
= IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4474
pfvfspoof
|= (1 << vf_target_shift);
4476
pfvfspoof
&= ~(1 << vf_target_shift);
4477
IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg),
pfvfspoof
);
4491
u32
pfvfspoof
;
local
4496
pfvfspoof
= IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4498
pfvfspoof
|= (1 << vf_target_shift);
4500
pfvfspoof
&= ~(1 << vf_target_shift);
4501
IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg),
pfvfspoof
);
[
all
...]
ixgbe_x550.c
1254
u32
pfvfspoof
;
local
1258
pfvfspoof
= IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
1260
pfvfspoof
|= (1 << vf_target_shift);
1262
pfvfspoof
&= ~(1 << vf_target_shift);
1264
IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg),
pfvfspoof
);
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026