IXGBE_VLVFB      3181 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32));
IXGBE_VLVFB      3192 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	    !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) {
IXGBE_VLVFB      3202 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0);
IXGBE_VLVFB      3225 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 	IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), bits);
IXGBE_VLVFB      3251 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		IXGBE_WRITE_REG(hw, IXGBE_VLVFB(offset * 2), 0);
IXGBE_VLVFB      3252 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		IXGBE_WRITE_REG(hw, IXGBE_VLVFB(offset * 2 + 1), 0);
IXGBE_VLVFB      4472 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	bits &= IXGBE_READ_REG(hw, IXGBE_VLVFB(word));
IXGBE_VLVFB      4475 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (!bits && !IXGBE_READ_REG(hw, IXGBE_VLVFB(word ^ 1))) {
IXGBE_VLVFB      4477 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), 0);
IXGBE_VLVFB      4603 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		u32 reg_offset = IXGBE_VLVFB(i * 2 + VMDQ_P(0) / 32);
IXGBE_VLVFB      4646 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		bits &= IXGBE_READ_REG(hw, IXGBE_VLVFB(word));
IXGBE_VLVFB      4647 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), bits);
IXGBE_VLVFB       590 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 		vlvfb = IXGBE_READ_REG(hw, IXGBE_VLVFB(word));
IXGBE_VLVFB       601 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 		bits[~word % 2] = IXGBE_READ_REG(hw, IXGBE_VLVFB(word ^ 1));
IXGBE_VLVFB       632 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 		IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), vlvfb);