be2net: refactor/cleanup vf configuration code
authorSathya Perla <sathya.perla@emulex.com>
Tue, 13 Dec 2011 00:58:50 +0000 (00:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Dec 2011 18:34:26 +0000 (13:34 -0500)
commit11ac75ed1eb9d8f5ff067fa9a82ebf5075989281
treeead18a44d5fa3fba328c2be772cf1568b7adbcc5
parent110b82bc6265a48c1a0bf198109bed325ed055e2
be2net: refactor/cleanup vf configuration code

- use adapter->num_vfs (and not the module param) to store the actual
number of vfs created. Use the same variable to reflect SRIOV
enable/disable state. So, drop the adapter->sriov_enabled field.

- use for_all_vfs() macro in VF configuration code

- drop the "vf_" prefix for the fields of be_vf_cfg; the prefix is
redundant and removing it helps reduce line wrap

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be.h
drivers/net/ethernet/emulex/benet/be_main.c