Lines Matching defs:idal
27 * Test if an address/length pair needs an idal list.
37 * Return the number of idal words needed for an address/length pair.
46 * Create the list of idal words for an address/length pair.
74 unsigned long *idal;
80 idal = kmalloc(nridaws * sizeof(unsigned long),
82 if (idal == NULL)
84 idal_create_words(idal, vaddr, ccw->count);
86 vaddr = idal;
115 * Allocate an idal buffer
152 * Free an idal buffer.
167 * Test if a idal list is really needed.
177 * Set channel data address to idal buffer.
193 * Copy count bytes from an idal buffer to user memory
213 * Copy count bytes from user memory to an idal buffer