Searched refs:net_dma_desc_rx (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.h43 struct net_dma_desc_rx { struct
44 struct net_dma_desc_rx *next;
H A Dbfin_mac.c71 static struct net_dma_desc_rx *rx_list_head;
72 static struct net_dma_desc_rx *rx_list_tail;
73 static struct net_dma_desc_rx *current_rx_ptr;
76 static struct net_dma_desc_rx *rx_desc;
86 struct net_dma_desc_rx *r;
141 sizeof(struct net_dma_desc_rx) *
191 struct net_dma_desc_rx *r = rx_desc + i;

Completed in 43 milliseconds