Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ixgbe/ | |
ixgbe_x550.c | 1252 int vf_target_reg = vf >> 3; local in function:ixgbe_set_ethertype_anti_spoofing_X550 1258 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); 1264 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); |
ixgbe_common.c | 4465 int vf_target_reg = vf >> 3; local in function:ixgbe_set_mac_anti_spoofing 4472 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); 4477 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); 4489 int vf_target_reg = vf >> 3; local in function:ixgbe_set_vlan_anti_spoofing 4496 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); 4501 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); |