commit | bf3d0156c5b7b31a74845b21d131276f9eb31493 | [log] [tgz] |
---|---|---|
author | Daniel Pieczko <dpieczko@solarflare.com> | Wed May 06 00:55:36 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat May 09 16:16:46 2015 -0400 |
tree | c2d99f426324497dce9a6d75138a97493655b74f | |
parent | 7fa8d547049aae543a5f21f1fe0e14414f1e7fdc [diff] |
sfc: Move and rename efx_vf struct to siena_vf The efx_vf struct contains Siena-specific fields for VFs, so rename to siena_vf. Also move it into the siena_nic_data struct, as EF10 will track its VFs in its own ef10_nic_data, storing much less information about them since VFDI is no longer used. Signed-off-by: Shradha Shah <sshah@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>