Lines Matching defs:vas_winctx
364 struct vas_winctx { struct
365 void *rx_fifo;
366 int rx_fifo_size;
367 int wcreds_max;
368 int rsvd_txbuf_count;
370 bool user_win;
371 bool nx_win;
372 bool fault_win;
373 bool rsvd_txbuf_enable;
374 bool pin_win;
375 bool rej_no_credit;
376 bool tx_wcred_mode;
377 bool rx_wcred_mode;
378 bool tx_word_mode;
379 bool rx_word_mode;
380 bool data_stamp;
381 bool xtra_write;
382 bool notify_disable;
383 bool intr_disable;
384 bool fifo_disable;
385 bool notify_early;
386 bool notify_os_intr_reg;
388 int lpid;
389 int pidr; /* value from SPRN_PID, not linux pid */
390 int lnotify_lpid;
391 int lnotify_pid;
392 int lnotify_tid;
393 u32 pswid;
394 int rx_win_id;
395 int fault_win_id;
396 int tc_mode;
398 u64 irq_port;
400 enum vas_dma_type dma_type;
401 enum vas_notify_scope min_scope;
402 enum vas_notify_scope max_scope;
403 enum vas_notify_after_count notify_after_count;