OSDN Git Service

ixgbe: add ipsec register access routines
authorShannon Nelson <shannon.nelson@oracle.com>
Tue, 19 Dec 2017 23:59:54 +0000 (15:59 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 23 Jan 2018 17:00:18 +0000 (09:00 -0800)
commit8bbbc5e90b0b829fc9a3cd4a51fe6825229f3e07
tree96a6d74fd21cf19f46075908a6a04f319f4e563e
parentbeca815403b50dceb62e556f2a21168e6b170c66
ixgbe: add ipsec register access routines

Add a few routines to make access to the ipsec registers just a little
easier, and throw in the beginnings of an initialization.

Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/Makefile
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c [new file with mode: 0644]
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.h [new file with mode: 0644]
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c