Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dio_sch.h22 #define to_io_private(n) ((struct io_subchannel_private *) \ macro
28 struct io_subchannel_private *priv = to_io_private(sch); in sch_get_cdev()
35 struct io_subchannel_private *priv = to_io_private(sch); in sch_set_cdev()
Dcio.c92 struct io_subchannel_private *priv = to_io_private(sch); in cio_set_options()
130 struct io_subchannel_private *priv = to_io_private(sch); in cio_start_key()
972 union orb *orb = &to_io_private(sch)->orb; in cio_tm_start_key()
1003 if (!to_io_private(sch)->orb.tm.b) in cio_tm_intrg()
Ddevice_status.c330 sense_ccw = &to_io_private(sch)->sense_ccw; in ccw_device_do_sense()
Ddevice.c1130 struct io_subchannel_private *io_priv = to_io_private(sch); in io_subchannel_remove()
1663 struct io_subchannel_private *io_priv = to_io_private(sch); in ccw_device_destroy_console()
Ddevice_fsm.c45 private = to_io_private(sch); in ccw_timeout_log()