Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dep93xx_eth.h59 struct tx_descriptor { struct
80 struct tx_descriptor *base; argument
81 struct tx_descriptor *current;
82 struct tx_descriptor *end;
Dep93xx_eth.c197 writel(sizeof(struct tx_descriptor) * NUMTXDESC, &mac->txdq.blen); in ep93xx_eth_open()
246 (sizeof(struct tx_descriptor) * NUMTXDESC)); in ep93xx_eth_open()
462 sizeof(struct tx_descriptor)); in ep93xx_eth_initialize()