Searched refs:TXGBE_POOLTXASET (Results 1 – 2 of 2) sorted by relevance
2095 pfvfspoof = rd32(hw, TXGBE_POOLTXASET(vf_target_reg)); in txgbe_set_ethertype_anti_spoofing()2100 wr32(hw, TXGBE_POOLTXASET(vf_target_reg), pfvfspoof); in txgbe_set_ethertype_anti_spoofing()
419 #define TXGBE_POOLTXASET(i) (0x018058 + (i) * 4) /* 0-1 */ macro