Home
last modified time | relevance | path

Searched defs:schib (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/cio/
H A Dcio.c380 static void cio_apply_config(struct subchannel *sch, struct schib *schib) in cio_apply_config()
394 static int cio_check_config(struct subchannel *sch, struct schib *schib) in cio_check_config()
413 struct schib schib; in cio_commit_config() local
461 struct schib schib; in cio_update_schib() local
616 struct schib schib; in cio_test_for_console() local
631 struct schib schib; in cio_get_console_sch_no() local
652 struct schib schib; in cio_probe_console() local
H A Dcio.h66 struct schib { struct
67 struct pmcw pmcw; /* path management control word */
68 union scsw scsw; /* subchannel status word */
69 __u64 mba; /* measurement block address */
70 __u8 mda[4]; /* model dependent area */
97 struct schib schib; /* subchannel information block */ member