Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sun/
Dsungem.h831 struct gem_txd { struct
956 struct gem_txd txd[INIT_BLOCK_TX_RING_SIZE];
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()
1020 struct gem_txd *txd = &gp->init_block->txd[entry]; in gem_start_xmit()
1037 struct gem_txd *txd; in gem_start_xmit()
1593 struct gem_txd *txd; in gem_clean_rings()
1655 struct gem_txd *txd = &gb->txd[i]; in gem_init_rings()
1752 desc_dma += (INIT_BLOCK_TX_RING_SIZE * sizeof(struct gem_txd)); in gem_init_dma()