Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1446 int vf_target_reg = vf >> 3; in ixgbe_ndo_set_vf_spoofchk() local
1456 regval = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_ndo_set_vf_spoofchk()
1459 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), regval); in ixgbe_ndo_set_vf_spoofchk()
1463 regval = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_ndo_set_vf_spoofchk()
1466 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), regval); in ixgbe_ndo_set_vf_spoofchk()
Dixgbe_x550.c2235 int vf_target_reg = vf >> 3; in ixgbe_set_ethertype_anti_spoofing_X550() local
2239 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_ethertype_anti_spoofing_X550()
2245 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_ethertype_anti_spoofing_X550()
Dixgbe_common.c3365 int vf_target_reg = vf >> 3; in ixgbe_set_vlan_anti_spoofing() local
3372 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()
3377 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()