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