ixgbe: Simplify definitions for regidx and bit in set_vfta
authorAlexander Duyck <aduyck@mirantis.com>
Tue, 3 Nov 2015 01:09:42 +0000 (17:09 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 12 Dec 2015 09:06:34 +0000 (01:06 -0800)
commitc18fbd5f024e47897a120f42d128c04fa708692c
tree7d93cf2398178b8b9c635ed6c7adc88ccfe43bb5
parent8e8e9a0b7df0194e95bb1d657f9edbdc6363f082
ixgbe: Simplify definitions for regidx and bit in set_vfta

This patch simplifies the logic for setting the VFTA register by removing
the number of conditional checks needed.  Instead we just use some boolean
logic to generate vfta_delta, and if that is set then we xor the vfta by
that value and write it back.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
This page took 0.024927 seconds and 5 git commands to generate.