Home
last modified time | relevance | path

Searched refs:net_dma_desc_rx (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/adi/
Dbfin_mac.h51 struct net_dma_desc_rx { struct
52 struct net_dma_desc_rx *next; argument
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;
80 struct net_dma_desc_rx *r; in desc_list_free()
135 sizeof(struct net_dma_desc_rx), in desc_list_init()
185 struct net_dma_desc_rx *r = rx_desc + i; in desc_list_init()