Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ioat_pq_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:11
 
      unsigned int   op:8
 
   }   ctl_f
 
}; 
 
uint64_t src_addr
 
uint64_t p_addr
 
uint64_t next
 
uint64_t src_addr2
 
uint64_t src_addr3
 
uint8_t coef [8]
 
uint64_t q_addr
 

Detailed Description

Definition at line 138 of file hw.h.

Field Documentation

union { ... }
unsigned int bundle

Definition at line 149 of file hw.h.

uint8_t coef[8]

Definition at line 165 of file hw.h.

unsigned int compl_write

Definition at line 146 of file hw.h.

uint32_t ctl

Definition at line 141 of file hw.h.

struct { ... } ctl_f
unsigned int dest_dca

Definition at line 150 of file hw.h.

unsigned int dest_snoop_dis

Definition at line 145 of file hw.h.

unsigned int fence

Definition at line 147 of file hw.h.

unsigned int hint

Definition at line 151 of file hw.h.

unsigned int int_en

Definition at line 143 of file hw.h.

uint64_t next

Definition at line 162 of file hw.h.

unsigned int op

Definition at line 157 of file hw.h.

uint64_t p_addr

Definition at line 161 of file hw.h.

unsigned int p_disable

Definition at line 152 of file hw.h.

uint64_t q_addr

Definition at line 166 of file hw.h.

unsigned int q_disable

Definition at line 153 of file hw.h.

unsigned int rsvd

Definition at line 154 of file hw.h.

uint32_t size

Definition at line 139 of file hw.h.

uint64_t src_addr

Definition at line 160 of file hw.h.

uint64_t src_addr2

Definition at line 163 of file hw.h.

uint64_t src_addr3

Definition at line 164 of file hw.h.

unsigned int src_cnt

Definition at line 148 of file hw.h.

unsigned int src_snoop_dis

Definition at line 144 of file hw.h.


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