Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
ncp_request_reply Struct Reference

Public Types

enum  {
  RQ_DONE, RQ_INPROGRESS, RQ_QUEUED, RQ_IDLE,
  RQ_ABANDONED
}
 

Data Fields

struct list_head req
 
wait_queue_head_t wq
 
atomic_t refs
 
unsigned charreply_buf
 
size_t datalen
 
int result
 
enum ncp_request_reply:: { ... }  status
 
struct kvectx_ciov
 
size_t tx_totallen
 
size_t tx_iovlen
 
struct kvec tx_iov [3]
 
u_int16_t tx_type
 
u_int32_t sign [6]
 

Detailed Description

Definition at line 57 of file sock.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
RQ_DONE 
RQ_INPROGRESS 
RQ_QUEUED 
RQ_IDLE 
RQ_ABANDONED 

Definition at line 64 of file sock.c.

Field Documentation

size_t datalen

Definition at line 62 of file sock.c.

atomic_t refs

Definition at line 60 of file sock.c.

unsigned char* reply_buf

Definition at line 61 of file sock.c.

Definition at line 58 of file sock.c.

int result

Definition at line 63 of file sock.c.

u_int32_t sign[6]

Definition at line 70 of file sock.c.

enum { ... } status
struct kvec* tx_ciov

Definition at line 65 of file sock.c.

struct kvec tx_iov[3]

Definition at line 68 of file sock.c.

size_t tx_iovlen

Definition at line 67 of file sock.c.

size_t tx_totallen

Definition at line 66 of file sock.c.

u_int16_t tx_type

Definition at line 69 of file sock.c.

Definition at line 59 of file sock.c.


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