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_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_sriov.h
52
#define
IXGBE_VF_BIT
(vmdq) (1 << ((vmdq) % 32))
if_sriov.c
344
vfte |=
IXGBE_VF_BIT
(vf->pool);
360
vfre |=
IXGBE_VF_BIT
(vf->pool);
362
vfre &= ~
IXGBE_VF_BIT
(vf->pool);
752
IXGBE_WRITE_REG(hw, IXGBE_VFRE(pf_reg),
IXGBE_VF_BIT
(sc->pool));
753
IXGBE_WRITE_REG(hw, IXGBE_VFTE(pf_reg),
IXGBE_VF_BIT
(sc->pool));
787
pfmbimr |=
IXGBE_VF_BIT
(vf->pool);
852
IXGBE_WRITE_REG(hw, IXGBE_VFRE(vf_reg),
IXGBE_VF_BIT
(sc->pool));
853
IXGBE_WRITE_REG(hw, IXGBE_VFTE(vf_reg),
IXGBE_VF_BIT
(sc->pool));
Completed in 11 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025