Searched refs:tx_descriptor (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | ep93xx_eth.h | 59 struct tx_descriptor { struct 80 struct tx_descriptor *base; argument 81 struct tx_descriptor *current; 82 struct tx_descriptor *end;
|
| H A D | ep93xx_eth.c | 197 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()
|
| /openbmc/qemu/hw/net/ |
| H A D | imx_fec.c | 198 VMSTATE_UINT32(tx_descriptor[1], IMXFECState), 199 VMSTATE_UINT32(tx_descriptor[2], IMXFECState), 211 VMSTATE_UINT32(tx_descriptor[0], IMXFECState), 357 uint32_t addr = s->tx_descriptor[0]; in imx_fec_do_tx() 399 s->tx_descriptor[0] = addr; in imx_fec_do_tx() 439 addr = s->tx_descriptor[ring]; in imx_enet_do_tx() 501 s->tx_descriptor[ring] = addr; in imx_enet_do_tx() 564 memset(s->tx_descriptor, 0, sizeof(s->tx_descriptor)); in imx_eth_reset() 815 s->tx_descriptor[0] = s->regs[ENET_TDSR]; in imx_eth_write() 816 s->tx_descriptor[1] = s->regs[ENET_TDSR1]; in imx_eth_write() [all …]
|
| H A D | ftgmac100.c | 532 uint64_t tx_descriptor) in ftgmac100_do_tx() argument 536 uint64_t addr = tx_descriptor; in ftgmac100_do_tx() 636 s->tx_descriptor = addr; in ftgmac100_do_tx() 699 s->tx_descriptor = 0; in ftgmac100_do_reset() 836 s->tx_descriptor = deposit64(s->tx_descriptor, 0, 32, value); in ftgmac100_write() 843 ftgmac100_do_tx(s, s->tx_ring, s->tx_descriptor); in ftgmac100_write() 969 s->tx_descriptor = deposit64(s->tx_descriptor, 32, 32, value); in ftgmac100_high_write() 1252 VMSTATE_UINT64(tx_descriptor, FTGMAC100State),
|
| H A D | mcf_fec.c | 46 uint32_t tx_descriptor; member 248 addr = s->tx_descriptor; in mcf_fec_do_tx() 285 s->tx_descriptor = addr; in mcf_fec_do_tx() 486 s->tx_descriptor = s->etdsr; in mcf_fec_write()
|
| /openbmc/qemu/include/hw/net/ |
| H A D | ftgmac100.h | 63 uint64_t tx_descriptor; member
|
| H A D | imx_fec.h | 266 uint32_t tx_descriptor[ENET_TX_RING_NUM]; member
|