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