Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsis190.c320 struct TxDesc *txd = tp->TxDescRing + entry; in sis190_process_tx()
562 tp->TxDescRing = malloc_dma(TX_RING_BYTES, RING_ALIGNMENT); in sis190_open()
563 if (!tp->TxDescRing) { in sis190_open()
568 tp->tx_dma = cpu_to_le32(virt_to_bus(tp->TxDescRing)); in sis190_open()
610 free_dma(tp->TxDescRing, TX_RING_BYTES); in sis190_free()
613 tp->TxDescRing = NULL; in sis190_free()
652 desc = tp->TxDescRing + entry; in sis190_transmit()
Dsis190.h261 struct TxDesc *TxDescRing; member