Lines Matching refs:txwin
566 struct vas_window *txwin;
589 txwin = this_cpu_read(cpu_txwin);
599 * @txwin, @offset and @last (must be true).
601 ret = vas_paste_crb(txwin, 0, 1);
686 struct vas_window *txwin = NULL;
699 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr);
700 if (IS_ERR(txwin))
702 PTR_ERR(txwin));
704 return txwin;
709 * engine and save txwin in percpu cpu_txwin.
719 struct vas_window *txwin = NULL;
734 txwin = nx_alloc_txwin(coproc);
735 if (IS_ERR(txwin))
736 return PTR_ERR(txwin);
738 per_cpu(cpu_txwin, i) = txwin;
998 struct vas_window *txwin;
1005 txwin = per_cpu(cpu_txwin, i);
1006 if (txwin)
1007 vas_win_close(txwin);