sfc: Move and rename efx_vf struct to siena_vf
authorDaniel Pieczko <dpieczko@solarflare.com>
Tue, 5 May 2015 23:55:36 +0000 (00:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 20:16:46 +0000 (16:16 -0400)
commitbf3d0156c5b7b31a74845b21d131276f9eb31493
treec2d99f426324497dce9a6d75138a97493655b74f
parent7fa8d547049aae543a5f21f1fe0e14414f1e7fdc
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>
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/nic.h
drivers/net/ethernet/sfc/siena_sriov.c
This page took 0.029022 seconds and 5 git commands to generate.