Home
last modified time | relevance | path

Searched refs:oper_state (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/s390/block/
Dscm_blk.h125 u8 oper_state; in SCM_LOG_STATE() member
129 .oper_state = scmdev->attrs.oper_state, in SCM_LOG_STATE()
Dscm_drv.c43 if (scmdev->attrs.oper_state != OP_STATE_GOOD) in scm_probe()
/linux-4.4.14/drivers/s390/cio/
Dscm.c100 scm_attr(oper_state);
141 scmdev->attrs.oper_state = sale->op_state; in scmdev_setup()
162 scmdev->attrs.oper_state != sale->op_state; in scmdev_update()
164 scmdev->attrs.oper_state = sale->op_state; in scmdev_update()
/linux-4.4.14/arch/s390/include/asm/
Deadm.h89 unsigned int oper_state:4; member