Searched refs:idal (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Didals.h31 * Test if an address/length pair needs an idal list.
45 * Return the number of idal words needed for an address/length pair.
54 * Create the list of idal words for an address/length pair.
83 unsigned long *idal; local
89 idal = kmalloc(nridaws * sizeof(unsigned long),
91 if (idal == NULL)
93 idal_create_words(idal, vaddr, ccw->count);
95 vaddr = idal;
127 * Allocate an idal buffer
165 * Free an idal buffe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Didals.h31 * Test if an address/length pair needs an idal list.
45 * Return the number of idal words needed for an address/length pair.
54 * Create the list of idal words for an address/length pair.
83 unsigned long *idal; local
89 idal = kmalloc(nridaws * sizeof(unsigned long),
91 if (idal == NULL)
93 idal_create_words(idal, vaddr, ccw->count);
95 vaddr = idal;
127 * Allocate an idal buffer
165 * Free an idal buffe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dtape.h181 struct idal_buffer *idal_buf; /* idal buffer for user char data */
385 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) argument
389 idal_buffer_set_cda(idal, ccw);
394 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) argument
398 idal_buffer_set_cda(idal, ccw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dtape.h181 struct idal_buffer *idal_buf; /* idal buffer for user char data */
385 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) argument
389 idal_buffer_set_cda(idal, ccw);
394 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) argument
398 idal_buffer_set_cda(idal, ccw);

Completed in 160 milliseconds