Searched refs:IXGBE_VLVF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c3827 bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex));
4012 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index),
4021 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), 0);
4043 IXGBE_WRITE_REG(hw, IXGBE_VLVF(offset), 0);
H A Dixgbe_type.h390 #define IXGBE_VLVF(_i) (0x0F100 + ((_i) * 4)) /* 64 of these (0-63) */ macro

Completed in 101 milliseconds