numam-dpdk/drivers/net/ixgbe
Wenzhuo Lu 201c9139e5 ixgbe/base: rework mac-type-dependent constants
Add a const u32 *mvals pointer to the ixgbe_hw struct to point to an
array of mac-type-dependent values. These can include register
offsets, masks, whatever can be in a u32. When the ixgbe_hw struct
is initialized, a pointer to the appropriate array must be set.

The IXGBE_I2CCTL register references are changed to use it.
Use the mvals array to hold differing values used for
IXGBE_I2C_* symbols.
Use the mvals array to hold differing values used for
IXGBE_*_GPI* symbols.
Use the mvals array to hold differing values use for CIAA and
CIAD symbols.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
2015-06-26 12:59:05 +02:00
..
base ixgbe/base: rework mac-type-dependent constants 2015-06-26 12:59:05 +02:00
ixgbe_82599_bypass.c ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_bypass_api.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_bypass_defines.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_bypass.c ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_bypass.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_ethdev.c ixgbe: fix X550 copper link 2015-06-22 17:27:58 +02:00
ixgbe_ethdev.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_fdir.c ixgbe: fix flow director flexbytes offset 2015-06-22 11:56:24 +02:00
ixgbe_logs.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_pf.c ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_rxtx_vec.c ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_rxtx.c ixgbe: fix TSO in IPv6 2015-06-22 16:59:08 +02:00
ixgbe_rxtx.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
Makefile ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
rte_pmd_ixgbe_version.map ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00