Home
last modified time | relevance | path

Searched refs:setrx_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/wiznet/
Dw5100.c172 struct work_struct setrx_work; member
973 setrx_work); in w5100_setrx_work()
987 schedule_work(&priv->setrx_work); in w5100_set_rx_mode()
1164 INIT_WORK(&priv->setrx_work, w5100_setrx_work); in w5100_probe()
1233 flush_work(&priv->setrx_work); in w5100_remove()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dencx24j600.c60 struct kthread_work setrx_work; member
810 container_of(ws, struct encx24j600_priv, setrx_work); in encx24j600_setrx_proc()
835 kthread_queue_work(&priv->kworker, &priv->setrx_work); in encx24j600_set_multicast_list()
1059 kthread_init_work(&priv->setrx_work, encx24j600_setrx_proc); in encx24j600_spi_probe()
Denc28j60.c66 struct work_struct setrx_work; member
1432 schedule_work(&priv->setrx_work); in enc28j60_set_multicast_list()
1438 container_of(work, struct enc28j60_net, setrx_work); in enc28j60_setrx_work_handler()
1577 INIT_WORK(&priv->setrx_work, enc28j60_setrx_work_handler); in enc28j60_probe()