Home
last modified time | relevance | path

Searched defs:dma_fifo (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/fwserial/
Ddma_fifo.h47 struct dma_fifo { struct
48 unsigned in;
49 unsigned out; /* updated when dma is pended */
50 unsigned done; /* updated upon dma completion */
51 struct {
54 int size; /* 'apparent' size of fifo */
55 int guard; /* ofs of guard area */
56 int capacity; /* size + reserved */
57 int avail; /* # of unused bytes in fifo */
58 unsigned align; /* must be power of 2 */
[all …]
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den.h371 struct mlx5e_sq_dma *dma_fifo; member