]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
cxgb4: convert tasklets to use new tasklet_setup() API
authorAllen Pais <apais@linux.microsoft.com>
Tue, 6 Oct 2020 05:53:32 +0000 (11:23 +0530)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Oct 2020 23:48:21 +0000 (16:48 -0700)
commit0eb484ee49c90581af87152df43a119cbe7a2e5f
treeccbcdc9e542e0705e98d2bef35c1587206162744
parentfd15dd0586896392f6f29daa5b9eeb6c1b18df6a
cxgb4: 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: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c
drivers/net/ethernet/chelsio/cxgb4/sge.c