linux/drivers/net/ethernet/netronome/nfp
Jakub Kicinski 0ba40af963 nfp: move link state interrupt request/free calls
We need to be able to disable the link state interrupt when
the device is brought down.  We used to just free the IRQ
at the beginning of .ndo_stop().  As we now move towards
more ordered .ndo_open()/.ndo_stop() paths LSC allocation
should be placed in the "allocate resource" section.

Since the IRQ can't be freed early in .ndo_stop(), it is
disabled instead.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-04-08 15:26:03 -04:00
..
Makefile
nfp_net_common.c nfp: move link state interrupt request/free calls 2016-04-08 15:26:03 -04:00
nfp_net_ctrl.h
nfp_net_debugfs.c
nfp_net_ethtool.c
nfp_net.h asm-generic: remove old nonatomic-io wrapper files 2016-03-01 22:25:17 +01:00
nfp_netvf_main.c