Searched refs:_fifo (Results 1 – 2 of 2) sorted by relevance
180 #define FIFOBARTOHANDLE(_fifo) \ argument181 ((struct fifo *)(((char *)(_fifo)) - FIFOHANDLESIZE))
133 struct kfifo _fifo; /* For new fifo API porting only */ member1651 dlci->fifo = &dlci->_fifo; in gsm_dlci_alloc()1652 if (kfifo_alloc(&dlci->_fifo, 4096, GFP_KERNEL) < 0) { in gsm_dlci_alloc()