Home
last modified time | relevance | path

Searched refs:tx_kthread (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dusb-tx.c190 BUG_ON(i2400mu->tx_kthread != NULL); in i2400mu_txd()
191 i2400mu->tx_kthread = current; in i2400mu_txd()
213 i2400mu->tx_kthread = NULL; in i2400mu_txd()
266 kthread = i2400mu->tx_kthread; in i2400mu_tx_release()
267 i2400mu->tx_kthread = NULL; in i2400mu_tx_release()
H A Di2400m-usb.h179 * @tx_kthread: thread we use for data TX. We use a thread because in
231 struct task_struct *tx_kthread; member

Completed in 1 milliseconds