Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/ethernet/
Deth_liteeth.c62 uint8_t txslot; member
93 net_pkt_read(pkt, context->tx_buf[context->txslot], len); in eth_tx()
95 litex_write8(context->txslot, LITEETH_TX_SLOT_ADDR); in eth_tx()
110 context->txslot = (context->txslot + 1) % 2; in eth_tx()
228 context->txslot = 0; in eth_iface_init()