Searched refs:chkstop (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 1890 bool decfg, chkstop; in ap_scan_domains() local 1917 rc = ap_queue_info(qid, &hwinfo, &decfg, &chkstop); in ap_scan_domains() 1940 aq->chkstop = chkstop; in ap_scan_domains() 1958 } else if (chkstop) { in ap_scan_domains() 1959 AP_DBF_INFO("%s(%d,%d) new (chkstop) queue dev created\n", in ap_scan_domains() 1974 if (chkstop && !aq->chkstop) { in ap_scan_domains() 1976 aq->chkstop = true; in ap_scan_domains() 1987 } else if (!chkstop in ap_scan_domains() 2048 bool decfg, chkstop; ap_scan_adapter() local [all...] |
H A D | zcrypt_queue.c | 46 int online = aq->config && !aq->chkstop && zq->online ? 1 : 0; in online_show() 64 aq->chkstop || aq->card->chkstop)) in online_store()
|
H A D | zcrypt_card.c | 56 int online = ac->config && !ac->chkstop && zc->online ? 1 : 0; in online_show() 74 if (online && (!ac->config || ac->chkstop)) in online_store()
|
H A D | ap_bus.h | 179 bool chkstop; /* checkstop state */ member 195 bool chkstop; /* checkstop state */ member
|
H A D | ap_card.c | 181 return sysfs_emit(buf, "%d\n", ac->chkstop ? 1 : 0); in chkstop_show() 184 static DEVICE_ATTR_RO(chkstop);
|
H A D | ap_queue.c | 517 if (aq->config && !aq->chkstop && in ap_sm_event() 690 rc = sysfs_emit(buf, "%d\n", aq->chkstop ? 1 : 0); in chkstop_show() 695 static DEVICE_ATTR_RO(chkstop); 1194 if (!aq->config || aq->chkstop) { in ap_queue_usable()
|
H A D | zcrypt_api.c | 681 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rsa_modexpo() 786 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rsa_crt() 907 if (!zc->online || !zc->card->config || zc->card->chkstop || in _zcrypt_send_cprb() 1103 if (!zc->online || !zc->card->config || zc->card->chkstop || in _zcrypt_send_ep11_cprb() 1239 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rng()
|