Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dep93xx_eth.h60 struct tx_descriptor { struct
81 struct tx_descriptor *base; argument
82 struct tx_descriptor *current;
83 struct tx_descriptor *end;
H A Dep93xx_eth.c198 writel(sizeof(struct tx_descriptor) * NUMTXDESC, &mac->txdq.blen); in ep93xx_eth_open()
247 (sizeof(struct tx_descriptor) * NUMTXDESC)); in ep93xx_eth_open()
463 sizeof(struct tx_descriptor)); in ep93xx_eth_initialize()
H A Dtsi108_eth.c412 static struct dma_descriptor tx_descriptor __attribute__ ((aligned(32))); variable
839 tx_descr = &tx_descriptor; in tsi108_eth_probe()
866 tx_descr = &tx_descriptor; in tsi108_eth_send()