Home
last modified time | relevance | path

Searched refs:to_io_private (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/s390/cio/
Dio_sch.h23 #define to_io_private(n) ((struct io_subchannel_private *) \ macro
29 struct io_subchannel_private *priv = to_io_private(sch); in sch_get_cdev()
36 struct io_subchannel_private *priv = to_io_private(sch); in sch_set_cdev()
Dcio.c90 struct io_subchannel_private *priv = to_io_private(sch); in cio_set_options()
128 struct io_subchannel_private *priv = to_io_private(sch); in cio_start_key()
717 union orb *orb = &to_io_private(sch)->orb; in cio_tm_start_key()
749 if (!to_io_private(sch)->orb.tm.b) in cio_tm_intrg()
Ddevice_status.c332 sense_ccw = &to_io_private(sch)->sense_ccw; in ccw_device_do_sense()
Ddevice.c1083 struct io_subchannel_private *io_priv = to_io_private(sch); in io_subchannel_remove()
1623 struct io_subchannel_private *io_priv = to_io_private(sch); in ccw_device_destroy_console()
Ddevice_fsm.c46 private = to_io_private(sch); in ccw_timeout_log()