Home
last modified time | relevance | path

Searched refs:boom_tx_desc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c59x.c563 struct boom_tx_desc { struct
598 struct boom_tx_desc* tx_ring;
1211 + sizeof(struct boom_tx_desc) * TX_RING_SIZE, in vortex_probe1()
1217 vp->tx_ring = (struct boom_tx_desc *)(vp->rx_ring + RX_RING_SIZE); in vortex_probe1()
1476 sizeof(struct boom_tx_desc) * TX_RING_SIZE, in vortex_probe1()
1913 iowrite32(vp->tx_ring_dma + (vp->dirty_tx % TX_RING_SIZE) * sizeof(struct boom_tx_desc), in vortex_tx_timeout()
2116 struct boom_tx_desc *prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE]; in boomerang_start_xmit()
2214 prev_entry->next = cpu_to_le32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc)); in boomerang_start_xmit()
2216 iowrite32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc), ioaddr + DownListPtr); in boomerang_start_xmit()
2423 vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc)) in _boomerang_interrupt()
[all...]
H A D3c515.c287 struct boom_tx_desc { struct
300 struct boom_tx_desc tx_ring[TX_RING_SIZE];
1000 struct boom_tx_desc *prev_entry; in corkscrew_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H A D3c59x.c563 struct boom_tx_desc { struct
598 struct boom_tx_desc* tx_ring;
1212 + sizeof(struct boom_tx_desc) * TX_RING_SIZE, in vortex_probe1()
1218 vp->tx_ring = (struct boom_tx_desc *)(vp->rx_ring + RX_RING_SIZE); in vortex_probe1()
1478 sizeof(struct boom_tx_desc) * TX_RING_SIZE, in vortex_probe1()
1915 iowrite32(vp->tx_ring_dma + (vp->dirty_tx % TX_RING_SIZE) * sizeof(struct boom_tx_desc), in vortex_tx_timeout()
2118 struct boom_tx_desc *prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE]; in boomerang_start_xmit()
2216 prev_entry->next = cpu_to_le32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc)); in boomerang_start_xmit()
2218 iowrite32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc), ioaddr + DownListPtr); in boomerang_start_xmit()
2425 vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc)) in _boomerang_interrupt()
[all...]
H A D3c515.c289 struct boom_tx_desc { struct
302 struct boom_tx_desc tx_ring[TX_RING_SIZE];
1004 struct boom_tx_desc *prev_entry; in corkscrew_start_xmit()

Completed in 16 milliseconds