Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.c2002 bool decfg, chkstop; in ap_scan_domains() local
2029 rc = ap_queue_info(qid, &hwinfo, &decfg, &chkstop); in ap_scan_domains()
2052 aq->chkstop = chkstop; in ap_scan_domains()
2070 } else if (chkstop) { in ap_scan_domains()
2086 if (chkstop && !aq->chkstop) { in ap_scan_domains()
2088 aq->chkstop = true; in ap_scan_domains()
2099 } else if (!chkstop && aq->chkstop) { in ap_scan_domains()
2101 aq->chkstop = false; in ap_scan_domains()
2160 bool decfg, chkstop; in ap_scan_adapter() local
2192 if (ap_queue_info(qid, &hwinfo, &decfg, &chkstop) > 0) in ap_scan_adapter()
[all …]
H A 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()
H A 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()
H A Dzcrypt_api.c679 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rsa_modexpo()
785 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()
1099 if (!zc->online || !zc->card->config || zc->card->chkstop || in _zcrypt_send_ep11_cprb()
1235 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rng()