linux/drivers/net/qlcnic
David Lamparter 69ecca86da net: vlan, qlcnic: make vlan_find_dev private
there is only one user of vlan_find_dev outside of the actual vlan code:
qlcnic uses it to iterate over some VLANs it knows.

let's just make vlan_find_dev private to the VLAN code and have the
iteration in qlcnic be a bit more direct. (a few rcu dereferences less
too)

Signed-off-by: David Lamparter <equinox@diac24.net>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Amit Kumar Salecha <amit.salecha@qlogic.com>
Cc: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Cc: linux-driver@qlogic.com
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-07-17 12:33:22 -07:00
..
Makefile
qlcnic.h qlcnic: change capture mask for FW dump 2011-07-14 08:49:44 -07:00
qlcnic_ctx.c qlcnic: change capture mask for FW dump 2011-07-14 08:49:44 -07:00
qlcnic_ethtool.c qlcnic: define error code for loopback test 2011-07-14 08:49:44 -07:00
qlcnic_hdr.h qlcnic: FW dump support 2011-05-13 14:44:12 -04:00
qlcnic_hw.c qlcnic: enable mac-learning in promiscous mode. 2011-07-14 08:49:44 -07:00
qlcnic_init.c qlcnic: define error code for loopback test 2011-07-14 08:49:44 -07:00
qlcnic_main.c net: vlan, qlcnic: make vlan_find_dev private 2011-07-17 12:33:22 -07:00