Home | History | Annotate | Line # | Download | only in nvif
      1 /*	$NetBSD: clc36f.h,v 1.2 2021/12/18 23:45:33 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVIF_CLC36F_H__
      5 #define __NVIF_CLC36F_H__
      6 
      7 struct volta_channel_gpfifo_a_v0 {
      8 	__u8  version;
      9 	__u8  priv;
     10 	__u16 chid;
     11 	__u32 ilength;
     12 	__u64 ioffset;
     13 	__u64 runlist;
     14 	__u64 vmm;
     15 	__u64 inst;
     16 	__u32 token;
     17 };
     18 
     19 #define NVC36F_V0_NTFY_NON_STALL_INTERRUPT                                 0x00
     20 #define NVC36F_V0_NTFY_KILLED                                              0x01
     21 #endif
     22