Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ioat_fill_descriptor Struct Reference

#include <hw.h>

Data Fields

uint32_t size
 
union {
   uint32_t   ctl
 
   struct {
      unsigned int   int_en:1
 
      unsigned int   rsvd:1
 
      unsigned int   dest_snoop_dis:1
 
      unsigned int   compl_write:1
 
      unsigned int   fence:1
 
      unsigned int   rsvd2:2
 
      unsigned int   dest_brk:1
 
      unsigned int   bundle:1
 
      unsigned int   rsvd4:15
 
      unsigned int   op:8
 
   }   ctl_f
 
}; 
 
uint64_t src_data
 
uint64_t dst_addr
 
uint64_t next
 
uint64_t rsv1
 
uint64_t next_dst_addr
 
uint64_t user1
 
uint64_t user2
 

Detailed Description

Definition at line 74 of file hw.h.

Field Documentation

union { ... }
unsigned int bundle

Definition at line 86 of file hw.h.

unsigned int compl_write

Definition at line 82 of file hw.h.

uint32_t ctl

Definition at line 77 of file hw.h.

struct { ... } ctl_f
unsigned int dest_brk

Definition at line 85 of file hw.h.

unsigned int dest_snoop_dis

Definition at line 81 of file hw.h.

uint64_t dst_addr

Definition at line 93 of file hw.h.

unsigned int fence

Definition at line 83 of file hw.h.

unsigned int int_en

Definition at line 79 of file hw.h.

uint64_t next

Definition at line 94 of file hw.h.

uint64_t next_dst_addr

Definition at line 96 of file hw.h.

unsigned int op

Definition at line 89 of file hw.h.

uint64_t rsv1

Definition at line 95 of file hw.h.

unsigned int rsvd

Definition at line 80 of file hw.h.

unsigned int rsvd2

Definition at line 84 of file hw.h.

unsigned int rsvd4

Definition at line 87 of file hw.h.

uint32_t size

Definition at line 75 of file hw.h.

uint64_t src_data

Definition at line 92 of file hw.h.

uint64_t user1

Definition at line 97 of file hw.h.

uint64_t user2

Definition at line 98 of file hw.h.


The documentation for this struct was generated from the following file: