Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/net/
Dftmac110.c62 uint32_t txd_idx; member
216 chip->txd_idx = 0; in ftmac110_reset()
296 txd = &chip->txd[chip->txd_idx]; in ftmac110_send()
320 chip->txd_idx = (chip->txd_idx + 1) % CFG_TXDES_NUM; in ftmac110_send()
446 chip->txd_idx = 0; in ftmac110_initialize()