Searched refs:chkstop (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | ap_bus.c | 1985 bool decfg, chkstop; in ap_scan_domains() local 2012 rc = ap_queue_info(qid, &hwinfo, &decfg, &chkstop); in ap_scan_domains() 2035 aq->chkstop = chkstop; in ap_scan_domains() 2053 } else if (chkstop) { in ap_scan_domains() 2069 if (chkstop && !aq->chkstop) { in ap_scan_domains() 2071 aq->chkstop = true; in ap_scan_domains() 2082 } else if (!chkstop && aq->chkstop) { in ap_scan_domains() 2084 aq->chkstop = false; in ap_scan_domains() 2143 bool decfg, chkstop; in ap_scan_adapter() local 2175 if (ap_queue_info(qid, &hwinfo, &decfg, &chkstop) > 0) in ap_scan_adapter() [all …]
|
| H A 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()
|
| H A 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()
|
| H A D | ap_bus.h | 180 bool chkstop; /* checkstop state */ member 196 bool chkstop; /* checkstop state */ member
|
| H A D | ap_card.c | 180 return sysfs_emit(buf, "%d\n", ac->chkstop ? 1 : 0); in chkstop_show() 183 static DEVICE_ATTR_RO(chkstop);
|
| H A D | ap_queue.c | 533 if (aq->config && !aq->chkstop && in ap_sm_event() 706 rc = sysfs_emit(buf, "%d\n", aq->chkstop ? 1 : 0); in chkstop_show() 711 static DEVICE_ATTR_RO(chkstop); 1263 if (!aq->config || aq->chkstop) { in ap_queue_usable()
|
| H A D | zcrypt_api.c | 679 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() 1104 if (!zc->online || !zc->card->config || zc->card->chkstop || in _zcrypt_send_ep11_cprb() 1241 if (!zc->online || !zc->card->config || zc->card->chkstop || in zcrypt_rng()
|