1
0
Fork 0
alistair23-linux/drivers/net/ibm_newemac
Roland Dreier 59e90b2d22 ibm_emac: Convert to use napi_struct independent of struct net_device
Commit da3dedd9 ("[NET]: Make NAPI polling independent of struct
net_device objects.") changed the interface to NAPI polling.  Fix up
the ibm_newemac driver so that it works with this new interface.  This
is actually a nice cleanup because ibm_newemac is one of the drivers
that wants to have multiple NAPI structures for a single net_device.

Compile-tested only as I don't have a system that uses the ibm_newemac
driver.  This conversion the conversion for the ibm_emac driver that
was tested on real PowerPC 440SPe hardware.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-10-10 16:55:32 -07:00
..
Kconfig Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
Makefile Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
core.c ibm_new_emac: Nuke SET_MODULE_OWNER() use 2007-10-10 16:55:31 -07:00
core.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
debug.c Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
debug.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
emac.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
mal.c ibm_emac: Convert to use napi_struct independent of struct net_device 2007-10-10 16:55:32 -07:00
mal.h ibm_emac: Convert to use napi_struct independent of struct net_device 2007-10-10 16:55:32 -07:00
phy.c Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
phy.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
rgmii.c Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
rgmii.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
tah.c Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
tah.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
zmii.c Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00
zmii.h Device tree aware EMAC driver 2007-10-10 16:51:52 -07:00