Lines Matching refs:txwin
49 struct vas_window *txwin;
78 struct vas_window *txwin;
86 if (cp_inst->txwin)
110 pr_devel("Pid %d: Opening txwin, PIDR %ld\n", txattr.pidr,
113 txwin = vas_tx_win_open(vasid, cp_inst->coproc->cop_type, &txattr);
114 if (IS_ERR(txwin)) {
116 PTR_ERR(txwin));
117 return PTR_ERR(txwin);
120 cp_inst->txwin = txwin;
129 if (cp_inst->txwin) {
130 vas_win_close(cp_inst->txwin);
131 cp_inst->txwin = NULL;
151 struct vas_window *txwin;
157 txwin = cp_inst->txwin;
166 if (!txwin) {
171 vas_win_paste_addr(txwin, &paste_addr, NULL);