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

#include <common.h>

Data Fields

unsigned int(* is_jumbo_frm )(int len, int ehn_desc)
 
unsigned int(* jumbo_frm )(void *priv, struct sk_buff *skb, int csum)
 
void(* refill_desc3 )(int bfsize, struct dma_desc *p)
 
void(* init_desc3 )(int des3_as_data_buf, struct dma_desc *p)
 
void(* init_dma_chain )(struct dma_desc *des, dma_addr_t phy_addr, unsigned int size)
 
void(* clean_desc3 )(struct dma_desc *p)
 
int(* set_16kib_bfsize )(int mtu)
 

Detailed Description

Definition at line 338 of file common.h.

Field Documentation

void(* clean_desc3)(struct dma_desc *p)

Definition at line 345 of file common.h.

void(* init_desc3)(int des3_as_data_buf, struct dma_desc *p)

Definition at line 342 of file common.h.

void(* init_dma_chain)(struct dma_desc *des, dma_addr_t phy_addr, unsigned int size)

Definition at line 343 of file common.h.

unsigned int(* is_jumbo_frm)(int len, int ehn_desc)

Definition at line 339 of file common.h.

unsigned int(* jumbo_frm)(void *priv, struct sk_buff *skb, int csum)

Definition at line 340 of file common.h.

void(* refill_desc3)(int bfsize, struct dma_desc *p)

Definition at line 341 of file common.h.

int(* set_16kib_bfsize)(int mtu)

Definition at line 346 of file common.h.


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