Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dftgmac100.c413 if (!txdes[i].txdes2) { in ftgmac100_init()
418 txdes[i].txdes2 = (uint)buf; in ftgmac100_init()
524 memcpy((void *)curr_des->txdes2, (void *)packet, length); in ftgmac100_send()
525 dma_map_single((void *)curr_des->txdes2, length, DMA_TO_DEVICE); in ftgmac100_send()
H A Dftmac100.h102 unsigned int txdes2; /* TXBUF_BADR */ member
H A Dftgmac100.h184 unsigned int txdes2; /* not used by HW */ member
H A Dftmac100.c199 curr_des->txdes2 = (unsigned int)packet; /* TXBUF_BADR */ in _ftmac100_send()