Lines Matching defs:idal
30 * Test if an address/length pair needs an idal list.
40 * Return the number of idal words needed for an address/length pair.
58 * Create the list of idal words for an address/length pair.
86 unsigned long *idal;
92 idal = kmalloc(nridaws * sizeof(unsigned long),
94 if (idal == NULL)
96 idal_create_words(idal, vaddr, ccw->count);
98 vaddr = idal;
127 * Allocate an idal buffer
164 * Free an idal buffer.
179 * Test if a idal list is really needed.
189 * Set channel data address to idal buffer.
205 * Copy count bytes from an idal buffer to user memory
225 * Copy count bytes from user memory to an idal buffer