Linux Kernel
3.7.1
|
#include <common.h>
Data Fields | |
void(* | init_rx_desc )(struct dma_desc *p, unsigned int ring_size, int disable_rx_ic) |
void(* | init_tx_desc )(struct dma_desc *p, unsigned int ring_size) |
void(* | prepare_tx_desc )(struct dma_desc *p, int is_fs, int len, int csum_flag) |
void(* | set_tx_owner )(struct dma_desc *p) |
int(* | get_tx_owner )(struct dma_desc *p) |
void(* | close_tx_desc )(struct dma_desc *p) |
void(* | release_tx_desc )(struct dma_desc *p) |
void(* | clear_tx_ic )(struct dma_desc *p) |
int(* | get_tx_ls )(struct dma_desc *p) |
int(* | tx_status )(void *data, struct stmmac_extra_stats *x, struct dma_desc *p, void __iomem *ioaddr) |
int(* | get_tx_len )(struct dma_desc *p) |
int(* | get_rx_owner )(struct dma_desc *p) |
void(* | set_rx_owner )(struct dma_desc *p) |
int(* | get_rx_frame_len )(struct dma_desc *p, int rx_coe_type) |
int(* | rx_status )(void *data, struct stmmac_extra_stats *x, struct dma_desc *p) |