1
0
Fork 0
alistair23-linux/drivers/net/ethernet/intel/igbvf
Kees Cook 26566eae80 ethernet/intel: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly. Switches test of .data field to
.function, since .data will be going away.

Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-18 12:40:26 +01:00
..
Makefile igbvf: change copyright date 2012-02-03 03:07:15 -08:00
defines.h ethernet/intel: use core min/max MTU checking 2016-10-18 11:34:18 -04:00
ethtool.c igbvf: add lock around mailbox ops 2017-08-08 17:59:03 -07:00
igbvf.h igbvf: Use net_device_stats from struct net_device 2017-04-20 16:32:45 -07:00
mbx.c igbvf: add lock around mailbox ops 2017-08-08 17:59:03 -07:00
mbx.h igb/igbvf: Add VF MAC filter request capabilities 2017-04-20 16:32:44 -07:00
netdev.c ethernet/intel: Convert timers to use timer_setup() 2017-10-18 12:40:26 +01:00
regs.h igbvf: Fix code comments and whitespace 2015-02-23 17:11:54 -08:00
vf.c igbvf: convert msleep to mdelay in atomic context 2017-08-08 18:08:00 -07:00
vf.h igbvf: add lock around mailbox ops 2017-08-08 17:59:03 -07:00