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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.c4047 s32 vlvf_index; local
4064 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass);
4065 if (vlvf_index < 0)
4066 return vlvf_index;
4068 bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32));
4079 !IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) {
4088 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), 0);
4089 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), 0);
4112 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32), bits);
4113 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), IXGBE_VLVF_VIE
[all...]

Completed in 209 milliseconds