Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Mere overlapping changes in the conflicts here. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -31,14 +31,14 @@ struct ixgbe_stats {
|
||||
#define IXGBEVF_STAT(_name, _stat) { \
|
||||
.stat_string = _name, \
|
||||
.type = IXGBEVF_STATS, \
|
||||
.sizeof_stat = FIELD_SIZEOF(struct ixgbevf_adapter, _stat), \
|
||||
.sizeof_stat = sizeof_field(struct ixgbevf_adapter, _stat), \
|
||||
.stat_offset = offsetof(struct ixgbevf_adapter, _stat) \
|
||||
}
|
||||
|
||||
#define IXGBEVF_NETDEV_STAT(_net_stat) { \
|
||||
.stat_string = #_net_stat, \
|
||||
.type = NETDEV_STATS, \
|
||||
.sizeof_stat = FIELD_SIZEOF(struct net_device_stats, _net_stat), \
|
||||
.sizeof_stat = sizeof_field(struct net_device_stats, _net_stat), \
|
||||
.stat_offset = offsetof(struct net_device_stats, _net_stat) \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user