Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/sw/siw/
H A Dsiw_main.c61 struct task_struct *siw_tx_thread[NR_CPUS]; variable
126 memset(siw_tx_thread, 0, sizeof(siw_tx_thread)); in siw_init_cpulist()
186 if (!siw_tx_thread[cpu]) in siw_get_tx_cpu()
H A Dsiw_qp_tx.c1209 siw_tx_thread[cpu] = in siw_create_tx_threads()
1213 if (IS_ERR(siw_tx_thread[cpu])) { in siw_create_tx_threads()
1214 siw_tx_thread[cpu] = NULL; in siw_create_tx_threads()
1227 if (siw_tx_thread[cpu]) { in siw_stop_tx_threads()
1228 kthread_stop(siw_tx_thread[cpu]); in siw_stop_tx_threads()
1230 siw_tx_thread[cpu] = NULL; in siw_stop_tx_threads()
H A Dsiw.h499 extern struct task_struct *siw_tx_thread[];