Searched defs:vflre (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c599 u32 vflre = 0; local
606 vflre = IXGBE_READ_REG(hw, IXGBE_VFLRE(reg_offset));
611 vflre = IXGBE_READ_REG(hw, IXGBE_VFLREC(reg_offset));
617 if (vflre & (1 << vf_shift)) {
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c623 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); local
628 if (vflre & (1 << vf_number)) {

Completed in 47 milliseconds