Lines Matching refs:rar
892 * ixgbe_insert_mac_addr - Find a RAR for this mac address
898 * finds the rar that it is already in; adds to the pool list
940 * @rar: receive address register index to associate with VMDq index
943 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
945 return ixgbe_call_func(hw, hw->mac.ops.set_vmdq, (hw, rar, vmdq),
964 * @rar: receive address register index to disassociate with VMDq index
967 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
969 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
988 * ixgbe_get_num_rx_addrs - Returns the number of RAR entries.
1038 * ixgbe_enable_mc - Enable multicast address in RAR
1041 * Enables multicast address in RAR and the use of the multicast hash table.
1050 * ixgbe_disable_mc - Disable multicast address in RAR
1053 * Disables multicast address in RAR and the use of the multicast hash table.