i40e: use BIT macro to specify the cloud filter field flags
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 26 Aug 2019 18:16:55 +0000 (11:16 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Sep 2019 16:10:46 +0000 (09:10 -0700)
commit846fcc7841de6418109d7ae06e75c01a43ee8a03
tree254359ce2c0398ea49b31b71edfd13e669c958a1
parent22afe2cf10da1631f7c4815c2fe148880c5a9341
i40e: use BIT macro to specify the cloud filter field flags

The macros used to specify the cloud filter fields are intended to be
individual bits. Declare them using the BIT() macro to make their
intention a little more clear.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h