Searched refs:__fifo (Results 1 – 1 of 1) sorted by relevance
307 struct __kfifo *__fifo = &fifo->kfifo; in __kfifo_fromio_locked() local313 off = __fifo->in & __fifo->mask; in __kfifo_fromio_locked()316 memcpy_fromio(__fifo->data + off, src, l); in __kfifo_fromio_locked()317 memcpy_fromio(__fifo->data, src + l, len - l); in __kfifo_fromio_locked()320 __fifo->in += len; in __kfifo_fromio_locked()