Home
last modified time | relevance | path

Searched hist:f246d129fe8cec16f088c12185a4e986ef682c02 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ni/
H A Dnixge.cdiff f246d129fe8cec16f088c12185a4e986ef682c02 Mon Sep 14 02:29:36 CDT 2020 Allen Pais <apais@linux.microsoft.com> net: nixge: convert tasklets to use new tasklet_setup() API

In preparation for unconditionally passing the
struct tasklet_struct pointer to all tasklet
callbacks, switch to using the new tasklet_setup()
and from_tasklet() to pass the tasklet pointer explicitly.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
Signed-off-by: Allen Pais <apais@linux.microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>