Home
last modified time | relevance | path

Searched refs:IXGBE_VLVF (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3092 bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex)); in ixgbe_find_vlvf_slot()
3188 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), 0); in ixgbe_set_vfta_generic()
3213 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), IXGBE_VLVF_VIEN | vlan); in ixgbe_set_vfta_generic()
3237 IXGBE_WRITE_REG(hw, IXGBE_VLVF(offset), 0); in ixgbe_clear_vfta_generic()
Dixgbe_sriov.c615 vlvf = IXGBE_READ_REG(hw, IXGBE_VLVF(i)); in ixgbe_clear_vf_vlans()
628 IXGBE_WRITE_REG(hw, IXGBE_VLVF(i), 0); in ixgbe_clear_vf_vlans()
Dixgbe_type.h377 #define IXGBE_VLVF(_i) (0x0F100 + ((_i) * 4)) /* 64 of these (0-63) */ macro
Dixgbe_main.c4459 vlvf = IXGBE_READ_REG(hw, IXGBE_VLVF(idx)); in ixgbe_find_vlvf_entry()
4488 IXGBE_WRITE_REG(hw, IXGBE_VLVF(idx), 0); in ixgbe_update_pf_promisc_vlvf()
4635 u32 vlvf = IXGBE_READ_REG(hw, IXGBE_VLVF(i)); in ixgbe_scrub_vfta()