Home
last modified time | relevance | path

Searched refs:intrg (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ditcw.c81 * @intrg: if non-zero, add an interrogate tcw
94 size_t itcw_calc_size(int intrg, int max_tidaws, int intrg_max_tidaws) in itcw_calc_size() argument
105 if (intrg) { in itcw_calc_size()
159 * @intrg: if non-zero, add and initialize an interrogate tcw
178 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg, in itcw_init() argument
217 if (intrg) { in itcw_init()
234 if (intrg && (intrg_max_tidaws > 0)) { in itcw_init()
248 if (intrg) { in itcw_init()
262 if (intrg) { in itcw_init()
H A Dfcx.c27 return (struct tcw *) ((addr_t) tcw->intrg); in tcw_get_intrg()
192 tcw->intrg = (u32) ((addr_t) intrg_tcw); in tcw_set_intrg()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ditcw.c82 * @intrg: if non-zero, add an interrogate tcw
95 size_t itcw_calc_size(int intrg, int max_tidaws, int intrg_max_tidaws) in itcw_calc_size() argument
106 if (intrg) { in itcw_calc_size()
160 * @intrg: if non-zero, add and initialize an interrogate tcw
179 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg, in itcw_init() argument
218 if (intrg) { in itcw_init()
235 if (intrg && (intrg_max_tidaws > 0)) { in itcw_init()
249 if (intrg) { in itcw_init()
263 if (intrg) { in itcw_init()
H A Dfcx.c28 return phys_to_virt(tcw->intrg); in tcw_get_intrg()
193 tcw->intrg = (u32)virt_to_phys(intrg_tcw); in tcw_set_intrg()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Ditcw.h21 size_t itcw_calc_size(int intrg, int max_tidaws, int intrg_max_tidaws);
22 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg,
H A Dfcx.h35 * @intrg: Interrogate TCW Address
55 u32 intrg; member
170 struct tsa_intrg intrg; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Ditcw.h21 size_t itcw_calc_size(int intrg, int max_tidaws, int intrg_max_tidaws);
22 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg,
H A Dfcx.h35 * @intrg: Interrogate TCW Address
55 u32 intrg; member
170 struct tsa_intrg intrg; member

Completed in 5 milliseconds