Searched refs:TXGBE_POOLTXASMAC (Results 1 – 2 of 2) sorted by relevance
2073 pfvfspoof = rd32(hw, TXGBE_POOLTXASMAC(vf_target_reg)); in txgbe_set_mac_anti_spoofing()2078 wr32(hw, TXGBE_POOLTXASMAC(vf_target_reg), pfvfspoof); in txgbe_set_mac_anti_spoofing()
420 #define TXGBE_POOLTXASMAC(i) (0x018060 + (i) * 4) /* 0-1 */ macro