Searched defs:schib (Results 1 – 2 of 2) sorted by relevance
380 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() local461 struct schib schib; in cio_update_schib() local616 struct schib schib; in cio_test_for_console() local631 struct schib schib; in cio_get_console_sch_no() local652 struct schib schib; in cio_probe_console() local
66 struct schib { struct67 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