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

#include <hw.h>

Data Fields

uint32_t size
 
union {
   uint32_t   ctl
 
   struct {
      unsigned int   int_en:1
 
      unsigned int   src_snoop_dis:1
 
      unsigned int   dest_snoop_dis:1
 
      unsigned int   compl_write:1
 
      unsigned int   fence:1
 
      unsigned int   src_cnt:3
 
      unsigned int   bundle:1
 
      unsigned int   dest_dca:1
 
      unsigned int   hint:1
 
      unsigned int   p_disable:1
 
      unsigned int   q_disable:1
 
      unsigned int   rsvd:3
 
      unsigned int   coef:8
 
      unsigned int   op:8
 
   }   ctl_f
 
}; 
 
uint64_t src_addr
 
uint64_t p_addr
 
uint64_t next
 
uint64_t src_addr2
 
uint64_t p_src
 
uint64_t q_src
 
uint64_t q_addr
 

Detailed Description

Definition at line 179 of file hw.h.

Field Documentation

union { ... }
unsigned int bundle

Definition at line 190 of file hw.h.

unsigned int coef

Definition at line 196 of file hw.h.

unsigned int compl_write

Definition at line 187 of file hw.h.

uint32_t ctl

Definition at line 182 of file hw.h.

struct { ... } ctl_f
unsigned int dest_dca

Definition at line 191 of file hw.h.

unsigned int dest_snoop_dis

Definition at line 186 of file hw.h.

unsigned int fence

Definition at line 188 of file hw.h.

unsigned int hint

Definition at line 192 of file hw.h.

unsigned int int_en

Definition at line 184 of file hw.h.

uint64_t next

Definition at line 203 of file hw.h.

unsigned int op

Definition at line 198 of file hw.h.

uint64_t p_addr

Definition at line 202 of file hw.h.

unsigned int p_disable

Definition at line 193 of file hw.h.

uint64_t p_src

Definition at line 205 of file hw.h.

uint64_t q_addr

Definition at line 207 of file hw.h.

unsigned int q_disable

Definition at line 194 of file hw.h.

uint64_t q_src

Definition at line 206 of file hw.h.

unsigned int rsvd

Definition at line 195 of file hw.h.

uint32_t size

Definition at line 180 of file hw.h.

uint64_t src_addr

Definition at line 201 of file hw.h.

uint64_t src_addr2

Definition at line 204 of file hw.h.

unsigned int src_cnt

Definition at line 189 of file hw.h.

unsigned int src_snoop_dis

Definition at line 185 of file hw.h.


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