Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/nvidia/
Dforcedeth.c360 __le32 bufhigh; member
1873 np->put_rx.ex->bufhigh = cpu_to_le32(dma_high(np->put_rx_ctx->dma)); in nv_alloc_rx_optimized()
1924 np->rx_ring.ex[i].bufhigh = 0; in nv_init_rx()
1960 np->tx_ring.ex[i].bufhigh = 0; in nv_init_tx()
2023 np->tx_ring.ex[i].bufhigh = 0; in nv_drain_tx()
2054 np->rx_ring.ex[i].bufhigh = 0; in nv_drain_rx()
2405 put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma)); in nv_start_xmit_optimized()
2452 put_tx->bufhigh = cpu_to_le32(dma_high(np->put_tx_ctx->dma)); in nv_start_xmit_optimized()
2728 le32_to_cpu(np->tx_ring.ex[i].bufhigh), in nv_tx_timeout()
2731 le32_to_cpu(np->tx_ring.ex[i+1].bufhigh), in nv_tx_timeout()
[all …]