Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/tehuti/
H A Dtn40.h41 struct tn40_fifo { struct
59 struct tn40_fifo m; /* The minimal set of variables used by all fifos */ argument
63 struct tn40_fifo m; /* The minimal set of variables used by all fifos */
67 struct tn40_fifo m; /* The minimal set of variables used by all fifos */
71 struct tn40_fifo m; /* The minimal set of variables used by all fifos */
H A Dtn40.c31 static int tn40_fifo_alloc(struct tn40_priv *priv, struct tn40_fifo *f, in tn40_fifo_alloc()
39 memset(f, 0, sizeof(struct tn40_fifo)); in tn40_fifo_alloc()
63 static void tn40_fifo_free(struct tn40_priv *priv, struct tn40_fifo *f) in tn40_fifo_free()