Lines Matching defs:vas_winctx
378 struct vas_winctx { struct
379 u64 rx_fifo;
380 int rx_fifo_size;
381 int wcreds_max;
382 int rsvd_txbuf_count;
384 bool user_win;
385 bool nx_win;
386 bool fault_win;
387 bool rsvd_txbuf_enable;
388 bool pin_win;
389 bool rej_no_credit;
390 bool tx_wcred_mode;
391 bool rx_wcred_mode;
392 bool tx_word_mode;
393 bool rx_word_mode;
394 bool data_stamp;
395 bool xtra_write;
396 bool notify_disable;
397 bool intr_disable;
398 bool fifo_disable;
399 bool notify_early;
400 bool notify_os_intr_reg;
402 int lpid;
403 int pidr; /* value from SPRN_PID, not linux pid */
404 int lnotify_lpid;
405 int lnotify_pid;
406 int lnotify_tid;
407 u32 pswid;
408 int rx_win_id;
409 int fault_win_id;
410 int tc_mode;
412 u64 irq_port;
414 enum vas_dma_type dma_type;
415 enum vas_notify_scope min_scope;
416 enum vas_notify_scope max_scope;
417 enum vas_notify_after_count notify_after_count;