Searched refs:net_dma_desc_tx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.h52 struct net_dma_desc_tx { struct
53 struct net_dma_desc_tx *next;
H A Dbfin_mac.c69 static struct net_dma_desc_tx *tx_list_head;
70 static struct net_dma_desc_tx *tx_list_tail;
74 static struct net_dma_desc_tx *current_tx_ptr;
75 static struct net_dma_desc_tx *tx_desc;
87 struct net_dma_desc_tx *t;
135 sizeof(struct net_dma_desc_tx) *
150 struct net_dma_desc_tx *t = tx_desc + i;

Completed in 118 milliseconds