xillyfifo
struct xillyfifo fifo;
struct xillyfifo *fifo = &ep->fifo;
struct xillyfifo *in_fifo;
struct xillyfifo *in_fifo = NULL;
struct xillyfifo *fifo = chan->in_fifo;
struct xillyfifo *fifo = &chan->out_ep->fifo;
struct xillyfifo *in_fifo = chan->in_fifo;
struct xillyfifo idt_fifo;
struct xillyfifo *fifo = &msg_ep->fifo;
static int fifo_write(struct xillyfifo *fifo,
static int fifo_read(struct xillyfifo *fifo,
static int fifo_init(struct xillyfifo *fifo,
static void fifo_mem_release(struct xillyfifo *fifo)
struct xillyfifo *fifo)
struct xillyfifo *fifo = &ep->fifo;
struct xillyfifo *fifo;