Home
last modified time | relevance | path

Searched refs:vf_target_reg (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2069 int vf_target_reg = vf >> 3; in txgbe_set_mac_anti_spoofing() local
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()
2091 int vf_target_reg = vf >> 3; in txgbe_set_ethertype_anti_spoofing() local
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()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c4348 int vf_target_reg = vf >> 3; in ixgbe_set_mac_anti_spoofing() local
4355 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_mac_anti_spoofing()
4360 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_mac_anti_spoofing()
4372 int vf_target_reg = vf >> 3; in ixgbe_set_vlan_anti_spoofing() local
4379 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()
4384 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()
H A Dixgbe_x550.c1046 int vf_target_reg = vf >> 3; in ixgbe_set_ethertype_anti_spoofing_X550() local
1052 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_ethertype_anti_spoofing_X550()
1058 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_ethertype_anti_spoofing_X550()