Home
last modified time | relevance | path

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

/drivers/net/ethernet/adi/
Dbfin_mac.h60 struct net_dma_desc_tx { struct
61 struct net_dma_desc_tx *next; argument
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;
81 struct net_dma_desc_tx *t; in desc_list_free()
129 sizeof(struct net_dma_desc_tx), in desc_list_init()
144 struct net_dma_desc_tx *t = tx_desc + i; in desc_list_init()