Searched defs:subchannel (Results 1 - 1 of 1) sorted by relevance

/drivers/s390/cio/
H A Dcio.h38 u32 st : 3; /* subchannel type */
62 * subchannel information block
66 union scsw scsw; /* subchannel status word */
81 /* subchannel data structure used by I/O subroutines */
82 struct subchannel { struct
84 spinlock_t *lock; /* subchannel lock */
91 } st; /* subchannel type */
95 struct schib schib; /* subchannel information block */
97 struct chsc_ssd_info ssd_info; /* subchannel description */
105 #define to_subchannel(n) container_of(n, struct subchannel, de
[all...]

Completed in 649 milliseconds