Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:vmdq

70 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
946 * ixgbe_set_vmdq_82598 - Associate a VMDq set index with a rx address
948 * @rar: receive address register index to associate with a VMDq index
949 * @vmdq: VMDq set index
951 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
966 rar_high |= ((vmdq << IXGBE_RAH_VIND_SHIFT) & IXGBE_RAH_VIND_MASK);
972 * ixgbe_clear_vmdq_82598 - Disassociate a VMDq set index from an rx address
974 * @rar: receive address register index to associate with a VMDq index
975 * @vmdq: VMDq clear index (not used in 82598, but elsewhere)
977 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
982 UNREFERENCED_1PARAMETER(vmdq);
1003 * @vind: VMDq output index that maps queue to VLAN id in VFTA
1056 * Clears the VLAN filter table, and the VMDq index associated with the filter