Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.h831 struct gem_txd { struct
956 struct gem_txd txd[INIT_BLOCK_TX_RING_SIZE];
H A Dsungem.c432 desc_dma += (INIT_BLOCK_TX_RING_SIZE * sizeof(struct gem_txd)); in gem_rxmac_reset()
639 struct gem_txd *txd; in gem_tx()
1009 struct gem_txd *txd = &gp->init_block->txd[entry]; in gem_start_xmit()
1026 struct gem_txd *txd; in gem_start_xmit()
1582 struct gem_txd *txd; in gem_clean_rings()
1644 struct gem_txd *txd = &gb->txd[i]; in gem_init_rings()
1741 desc_dma += (INIT_BLOCK_TX_RING_SIZE * sizeof(struct gem_txd)); in gem_init_dma()
/openbmc/qemu/hw/net/
H A Dsungem.c184 struct gem_txd { struct
326 static void sungem_process_tx_desc(SunGEMState *s, struct gem_txd *desc) in sungem_process_tx_desc()
414 struct gem_txd desc; in sungem_tx_kick()