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