Searched refs:idal (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | idals.h | 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; in set_normalized_cda() local 80 idal = kmalloc(nridaws * sizeof(unsigned long), in set_normalized_cda() 82 if (idal == NULL) in set_normalized_cda() 84 idal_create_words(idal, vaddr, ccw->count); in set_normalized_cda() 86 vaddr = idal; in set_normalized_cda() 115 * Allocate an idal buffer 152 * Free an idal buffe [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | idals.h | 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; in set_normalized_cda() local 92 idal = kmalloc(nridaws * sizeof(unsigned long), in set_normalized_cda() 94 if (idal == NULL) in set_normalized_cda() 96 idal_create_words(idal, vaddr, ccw->count); in set_normalized_cda() 98 vaddr = idal; in set_normalized_cda() 127 * Allocate an idal buffer 164 * Free an idal buffe [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tape.h | 175 struct idal_buffer *idal_buf; /* idal buffer for user char data */ 347 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal() argument 351 idal_buffer_set_cda(idal, ccw); in tape_ccw_cc_idal() 356 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal() argument 360 idal_buffer_set_cda(idal, ccw); in tape_ccw_end_idal()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | tape.h | 175 struct idal_buffer *idal_buf; /* idal buffer for user char data */ 346 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal() argument 350 idal_buffer_set_cda(idal, ccw); in tape_ccw_cc_idal() 355 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal() argument 359 idal_buffer_set_cda(idal, ccw); in tape_ccw_end_idal()
|
Completed in 4 milliseconds