Searched refs:chkstop (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/s390/crypto/ |
D | ap_bus.c | 1824 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 …]
|
D | zcrypt_queue.c | 45 int online = aq->config && !aq->chkstop && zq->online ? 1 : 0; in online_show() 63 aq->chkstop || aq->card->chkstop)) in online_store()
|
D | zcrypt_card.c | 55 int online = ac->config && !ac->chkstop && zc->online ? 1 : 0; in online_show() 73 if (online && (!ac->config || ac->chkstop)) in online_store()
|
D | ap_bus.h | 179 bool chkstop; /* checkstop state */ member 195 bool chkstop; /* checkstop state */ member
|
D | ap_card.c | 181 return sysfs_emit(buf, "%d\n", ac->chkstop ? 1 : 0); in chkstop_show() 184 static DEVICE_ATTR_RO(chkstop);
|
D | ap_queue.c | 516 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()
|
D | zcrypt_api.c | 675 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()
|