Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/marvell/libertas/
Dif_spi.c59 struct work_struct packet_work; member
855 card = container_of(work, struct if_spi_card, packet_work); in if_spi_host_to_card_worker()
984 queue_work(card->workqueue, &card->packet_work); in if_spi_host_to_card()
999 queue_work(card->workqueue, &card->packet_work); in if_spi_host_interrupt()
1161 INIT_WORK(&card->packet_work, if_spi_host_to_card_worker); in if_spi_probe()