Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dif_spi.c59 struct work_struct packet_work; member
852 card = container_of(work, struct if_spi_card, packet_work); in if_spi_host_to_card_worker()
981 queue_work(card->workqueue, &card->packet_work); in if_spi_host_to_card()
996 queue_work(card->workqueue, &card->packet_work); in if_spi_host_interrupt()
1158 INIT_WORK(&card->packet_work, if_spi_host_to_card_worker); in if_spi_probe()