Searched defs: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 90 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() argument 113 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() argument 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
|
/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 92 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() argument 115 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() argument 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
|
Completed in 6 milliseconds