Lines Matching defs:entry
29 static void dump_fifo(struct vas_instance *vinst, void *entry)
32 unsigned long *fifo = entry;
69 struct coprocessor_request_block *crb, *entry;
105 entry = fifo;
107 if ((entry->stamp.nx.pswid == cpu_to_be32(FIFO_INVALID_ENTRY))
108 || (entry->ccw & cpu_to_be32(CCW0_INVALID))) {
120 entry->stamp.nx.pswid = cpu_to_be32(FIFO_INVALID_ENTRY);
121 entry->ccw |= cpu_to_be32(CCW0_INVALID);
144 dump_fifo(vinst, (void *)entry);
178 * entry. In case if NX sees continuous faults, it is possible
213 * Invalidate all CRB entries. NX pastes valid entry for each fault.