Searched refs:fifobar (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | hpilo.c | 71 static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry) in fifo_enqueue() argument 73 struct fifo *fifo_q = FIFOBARTOHANDLE(fifobar); in fifo_enqueue() 78 if (!(fifo_q->fifobar[(fifo_q->tail + 1) & fifo_q->imask] in fifo_enqueue() 80 fifo_q->fifobar[fifo_q->tail & fifo_q->imask] |= in fifo_enqueue() 90 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() argument 92 struct fifo *fifo_q = FIFOBARTOHANDLE(fifobar); in fifo_dequeue() 98 c = fifo_q->fifobar[fifo_q->head & fifo_q->imask]; in fifo_dequeue() 103 fifo_q->fifobar[fifo_q->head & fifo_q->imask] = in fifo_dequeue() 113 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() argument 115 struct fifo *fifo_q = FIFOBARTOHANDLE(fifobar); in fifo_check_recv() 132 char *fifobar; ilo_pkt_enqueue() local 147 char *fifobar, *desc; ilo_pkt_dequeue() local 175 char *fifobar = ccb->ccb_u3.recv_fifobar; ilo_pkt_recv() local [all...] |
H A D | hpilo.h | 175 u64 fifobar[]; member 178 /* convert between struct fifo, and the fifobar, which is saved in the ccb */
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | hpilo.c | 73 static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry) in fifo_enqueue() argument 75 struct fifo *fifo_q = FIFOBARTOHANDLE(fifobar); in fifo_enqueue() 80 if (!(fifo_q->fifobar[(fifo_q->tail + 1) & fifo_q->imask] in fifo_enqueue() 82 fifo_q->fifobar[fifo_q->tail & fifo_q->imask] |= in fifo_enqueue() 92 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() argument 94 struct fifo *fifo_q = FIFOBARTOHANDLE(fifobar); in fifo_dequeue() 100 c = fifo_q->fifobar[fifo_q->head & fifo_q->imask]; in fifo_dequeue() 105 fifo_q->fifobar[fifo_q->head & fifo_q->imask] = in fifo_dequeue() 115 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() argument 117 struct fifo *fifo_q = FIFOBARTOHANDLE(fifobar); in fifo_check_recv() 134 char *fifobar; ilo_pkt_enqueue() local 149 char *fifobar, *desc; ilo_pkt_dequeue() local 177 char *fifobar = ccb->ccb_u3.recv_fifobar; ilo_pkt_recv() local [all...] |
H A D | hpilo.h | 178 u64 fifobar[]; member 181 /* convert between struct fifo, and the fifobar, which is saved in the ccb */
|
Completed in 4 milliseconds