Searched refs:tulip_tx_desc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip.h193 struct tulip_tx_desc { struct
405 struct tulip_tx_desc *tx_ring;
H A Dtulip_core.c647 tp->tx_ring[i].buffer2 = cpu_to_le32(tp->tx_ring_dma + sizeof(struct tulip_tx_desc) * (i + 1));
1433 sizeof(struct tulip_tx_desc) * TX_RING_SIZE,
1437 tp->tx_ring = (struct tulip_tx_desc *)(tp->rx_ring + RX_RING_SIZE);

Completed in 175 milliseconds