Searched refs:txwin (Results 1 – 1 of 1) sorted by relevance
564 struct vas_window *txwin; in nx842_exec_vas() local684 struct vas_window *txwin = NULL; in nx_alloc_txwin() local698 if (IS_ERR(txwin)) in nx_alloc_txwin()700 PTR_ERR(txwin)); in nx_alloc_txwin()702 return txwin; in nx_alloc_txwin()733 if (IS_ERR(txwin)) in nx_open_percpu_txwins()734 return PTR_ERR(txwin); in nx_open_percpu_txwins()996 struct vas_window *txwin; in nx_delete_coprocs() local1003 txwin = per_cpu(cpu_txwin, i); in nx_delete_coprocs()1004 if (txwin) in nx_delete_coprocs()[all …]
Completed in 6 milliseconds