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

#include <netdevice.h>

Data Fields

struct net_devicedev
 
struct Qdiscqdisc
 
struct Qdiscqdisc_sleeping
 
spinlock_t _xmit_lock ____cacheline_aligned_in_smp
 
int xmit_lock_owner
 
unsigned long trans_start
 
unsigned long trans_timeout
 
unsigned long state
 

Detailed Description

Definition at line 510 of file netdevice.h.

Field Documentation

spinlock_t _xmit_lock ____cacheline_aligned_in_smp

Definition at line 526 of file netdevice.h.

Definition at line 514 of file netdevice.h.

struct Qdisc* qdisc

Definition at line 515 of file netdevice.h.

struct Qdisc* qdisc_sleeping

Definition at line 516 of file netdevice.h.

unsigned long state

Definition at line 539 of file netdevice.h.

unsigned long trans_start

Definition at line 531 of file netdevice.h.

unsigned long trans_timeout

Definition at line 537 of file netdevice.h.

int xmit_lock_owner

Definition at line 527 of file netdevice.h.


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