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

#include <t3cdev.h>

Data Fields

char name [T3CNAMSIZ]
 
enum t3ctype type
 
struct list_head ofld_dev_list
 
struct net_devicelldev
 
struct proc_dir_entryproc_dir
 
int(* send )(struct t3cdev *dev, struct sk_buff *skb)
 
int(* recv )(struct t3cdev *dev, struct sk_buff **skb, int n)
 
int(* ctl )(struct t3cdev *dev, unsigned int req, void *data)
 
void(* neigh_update )(struct t3cdev *dev, struct neighbour *neigh)
 
voidpriv
 
voidl2opt
 
voidl3opt
 
voidl4opt
 
voidulp
 
voidulp_iscsi
 

Detailed Description

Definition at line 52 of file t3cdev.h.

Field Documentation

int(* ctl)(struct t3cdev *dev, unsigned int req, void *data)

Definition at line 60 of file t3cdev.h.

void* l2opt

Definition at line 63 of file t3cdev.h.

void* l3opt

Definition at line 64 of file t3cdev.h.

void* l4opt

Definition at line 65 of file t3cdev.h.

Definition at line 56 of file t3cdev.h.

char name[T3CNAMSIZ]

Definition at line 53 of file t3cdev.h.

void(* neigh_update)(struct t3cdev *dev, struct neighbour *neigh)

Definition at line 61 of file t3cdev.h.

struct list_head ofld_dev_list

Definition at line 55 of file t3cdev.h.

Definition at line 62 of file t3cdev.h.

Definition at line 57 of file t3cdev.h.

Definition at line 59 of file t3cdev.h.

Definition at line 58 of file t3cdev.h.

enum t3ctype type

Definition at line 54 of file t3cdev.h.

void* ulp

Definition at line 66 of file t3cdev.h.

void* ulp_iscsi

Definition at line 67 of file t3cdev.h.


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