Home
last modified time | relevance | path

Searched refs:chkstop (Results 1 – 7 of 7) sorted by relevance

/drivers/s390/crypto/
A Dap_bus.c1890 bool decfg, chkstop; in ap_scan_domains() local
1940 aq->chkstop = chkstop; 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 && aq->chkstop) { in ap_scan_domains()
1989 aq->chkstop = false; in ap_scan_domains()
2048 bool decfg, chkstop; in ap_scan_adapter() local
2125 if (chkstop && !ac->chkstop) { in ap_scan_adapter()
2130 } else if (!chkstop && ac->chkstop) { in ap_scan_adapter()
2166 ac->chkstop = chkstop; in ap_scan_adapter()
[all …]
A Dzcrypt_queue.c46 int online = aq->config && !aq->chkstop && zq->online ? 1 : 0; in online_show()
64 aq->chkstop || aq->card->chkstop)) in online_store()
A Dzcrypt_card.c56 int online = ac->config && !ac->chkstop && zc->online ? 1 : 0; in online_show()
74 if (online && (!ac->config || ac->chkstop)) in online_store()
A Dap_bus.h179 bool chkstop; /* checkstop state */ member
195 bool chkstop; /* checkstop state */ member
A Dap_card.c181 return sysfs_emit(buf, "%d\n", ac->chkstop ? 1 : 0); in chkstop_show()
184 static DEVICE_ATTR_RO(chkstop);
A Dap_queue.c517 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()
A Dzcrypt_api.c681 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()

Completed in 19 milliseconds