Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c84 sq->dma_fifo[sq->dma_fifo_pc & sq->dma_fifo_mask].addr = addr; in mlx5e_dma_push()
85 sq->dma_fifo[sq->dma_fifo_pc & sq->dma_fifo_mask].size = size; in mlx5e_dma_push()
86 sq->dma_fifo[sq->dma_fifo_pc & sq->dma_fifo_mask].type = map_type; in mlx5e_dma_push()
87 sq->dma_fifo_pc++; in mlx5e_dma_push()
101 mlx5e_dma_get(sq, --sq->dma_fifo_pc); in mlx5e_dma_unmap_wqe_err()
Den.h361 u32 dma_fifo_pc; member