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

#include <ambassador.h>

Data Fields

spinlock_t lock
 
unsigned int pending
 
unsigned int high
 
unsigned int filled
 
unsigned int maximum
 
struct {
   tx_in *   start
 
   tx_in *   ptr
 
   tx_in *   limit
 
in
 
struct {
   tx_out *   start
 
   tx_out *   ptr
 
   tx_out *   limit
 
out
 

Detailed Description

Definition at line 559 of file ambassador.h.

Field Documentation

unsigned int filled

Definition at line 563 of file ambassador.h.

unsigned int high

Definition at line 562 of file ambassador.h.

struct { ... } in
tx_in* limit

Definition at line 568 of file ambassador.h.

tx_out* limit

Definition at line 573 of file ambassador.h.

spinlock_t lock

Definition at line 560 of file ambassador.h.

unsigned int maximum

Definition at line 564 of file ambassador.h.

struct { ... } out
unsigned int pending

Definition at line 561 of file ambassador.h.

tx_in* ptr

Definition at line 567 of file ambassador.h.

tx_out* ptr

Definition at line 572 of file ambassador.h.

tx_in* start

Definition at line 566 of file ambassador.h.

tx_out* start

Definition at line 571 of file ambassador.h.


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