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