linux/drivers/net/ethernet/hisilicon/hns
Alexander Duyck 8ec56fc3c5 net: allow fallback function to pass netdev
For most of these calls we can just pass NULL through to the fallback
function as the sb_dev. The only cases where we cannot are the cases where
we might be dealing with either an upper device or a driver that would
have configured things to support an sb_dev itself.

The only driver that has any significant change in this patch set should be
ixgbe as we can drop the redundant functionality that existed in both the
ndo_select_queue function and the fallback function that was passed through
to us.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-07-09 13:57:25 -07:00
..
hnae.c
hnae.h net: hns: Avoid action name truncation 2018-04-19 16:30:26 -04:00
hns_ae_adapt.c
hns_dsaf_gmac.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
hns_dsaf_gmac.h
hns_dsaf_mac.c ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr 2018-03-31 22:26:43 -04:00
hns_dsaf_mac.h
hns_dsaf_main.c treewide: Use array_size() in vzalloc() 2018-06-12 16:19:22 -07:00
hns_dsaf_main.h
hns_dsaf_misc.c net: hns: Fix for variable may be used uninitialized warnings 2018-01-22 15:36:44 -05:00
hns_dsaf_misc.h
hns_dsaf_ppe.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
hns_dsaf_ppe.h
hns_dsaf_rcb.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
hns_dsaf_rcb.h
hns_dsaf_reg.h net: hns: Fix for variable may be used uninitialized warnings 2018-01-22 15:36:44 -05:00
hns_dsaf_xgmac.c
hns_dsaf_xgmac.h
hns_enet.c net: allow fallback function to pass netdev 2018-07-09 13:57:25 -07:00
hns_enet.h
hns_ethtool.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
Makefile