Searched refs:TXGBE_MCADDRTBL (Results 1 – 3 of 3) sorted by relevance
506 reg_val = rd32(hw, TXGBE_MCADDRTBL(mta_idx)); in txgbe_vf_set_multicast()508 wr32(hw, TXGBE_MCADDRTBL(mta_idx), reg_val); in txgbe_vf_set_multicast()
796 wr32(hw, TXGBE_MCADDRTBL(i), 0); in txgbe_init_rx_addrs()920 wr32a(hw, TXGBE_MCADDRTBL(0), i, in txgbe_update_mc_addr_list()
1622 #define TXGBE_MCADDRTBL(i) (0x015200 + (i) * 4) /* 0-127 */ macro