Home
last modified time | relevance | path

Searched defs:tx_fifo (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/irda/
Dali-ircc.h178 struct tx_fifo { struct
190 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */ argument
Dnsc-ircc.h236 struct tx_fifo { struct
247 struct tx_fifo tx_fifo; /* Info about frames to be transmitted */ member
/linux-2.4.37.9/drivers/net/irda/
Dvia-ircc.h59 struct tx_fifo { struct
60 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
/linux-2.4.37.9/drivers/net/
Dde600.c273 static volatile int tx_fifo[TX_PAGES]; variable