Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dap_bus.c1824 bool decfg, chkstop; in ap_scan_domains() local
1851 rc = ap_queue_info(qid, &hwinfo, &decfg, &chkstop); in ap_scan_domains()
1874 aq->chkstop = chkstop; in ap_scan_domains()
1892 } else if (chkstop) { in ap_scan_domains()
1908 if (chkstop && !aq->chkstop) { in ap_scan_domains()
1910 aq->chkstop = true; in ap_scan_domains()
1921 } else if (!chkstop && aq->chkstop) { in ap_scan_domains()
1923 aq->chkstop = false; in ap_scan_domains()
1982 bool decfg, chkstop; in ap_scan_adapter() local
2014 if (ap_queue_info(qid, &hwinfo, &decfg, &chkstop) > 0) in ap_scan_adapter()
[all …]
Dzcrypt_queue.c45 int online = aq->config && !aq->chkstop && zq->online ? 1 : 0; in online_show()
63 aq->chkstop || aq->card->chkstop)) in online_store()
Dzcrypt_card.c55 int online = ac->config && !ac->chkstop && zc->online ? 1 : 0; in online_show()
73 if (online && (!ac->config || ac->chkstop)) in online_store()
Dap_bus.h179 bool chkstop; /* checkstop state */ member
195 bool chkstop; /* checkstop state */ member
Dap_card.c181 return sysfs_emit(buf, "%d\n", ac->chkstop ? 1 : 0); in chkstop_show()
184 static DEVICE_ATTR_RO(chkstop);
Dap_queue.c516 if (aq->config && !aq->chkstop && in ap_sm_event()
689 rc = sysfs_emit(buf, "%d\n", aq->chkstop ? 1 : 0); in chkstop_show()
694 static DEVICE_ATTR_RO(chkstop);
1193 if (!aq->config || aq->chkstop) { in ap_queue_usable()
Dzcrypt_api.c675 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rsa_modexpo()
779 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rsa_crt()
895 if (!zc->online || !zc->card->config || zc->card->chkstop || in _zcrypt_send_cprb()
1091 if (!zc->online || !zc->card->config || zc->card->chkstop || in _zcrypt_send_ep11_cprb()
1225 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rng()