Searched defs:tx_fifo (Results 1 – 4 of 4) sorted by relevance
178 struct tx_fifo { struct190 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */ argument
236 struct tx_fifo { struct247 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */ member
59 struct tx_fifo { struct60 struct frame_cb queue[MAX_TX_WINDOW + 2]; /* Info about frames in queue */61 int ptr; /* Currently being sent */62 int len; /* Lenght of queue */63 int free; /* Next free slot */64 void *tail; /* Next free start in DMA mem */94 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */ member
273 static volatile int tx_fifo[TX_PAGES]; variable