Searched refs:tiqdio_alsi (Results 1 – 1 of 1) sorted by relevance
36 static unsigned char *tiqdio_alsi; variable222 if (*tiqdio_alsi) in tiqdio_tasklet_fn()227 if (*tiqdio_alsi) { in tiqdio_tasklet_fn()228 xchg(tiqdio_alsi, 0); in tiqdio_tasklet_fn()270 scssc_area->summary_indicator_addr = virt_to_phys(tiqdio_alsi); in set_subchannel_ind()325 tiqdio_alsi = s390_register_adapter_interrupt(&tiqdio_thinint_handler, in tiqdio_register_thinints()327 if (IS_ERR(tiqdio_alsi)) { in tiqdio_register_thinints()328 DBF_EVENT("RTI:%lx", PTR_ERR(tiqdio_alsi)); in tiqdio_register_thinints()329 tiqdio_alsi = NULL; in tiqdio_register_thinints()371 if (tiqdio_alsi) { in tiqdio_unregister_thinints()[all …]