Searched refs:chkstop (Results 1 – 7 of 7) sorted by relevance
1824 bool decfg, chkstop; in ap_scan_domains() local1874 aq->chkstop = 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() local2059 if (chkstop && !ac->chkstop) { in ap_scan_adapter()2064 } else if (!chkstop && ac->chkstop) { in ap_scan_adapter()2100 ac->chkstop = chkstop; in ap_scan_adapter()[all …]
45 int online = aq->config && !aq->chkstop && zq->online ? 1 : 0; in online_show()63 aq->chkstop || aq->card->chkstop)) in online_store()
55 int online = ac->config && !ac->chkstop && zc->online ? 1 : 0; in online_show()73 if (online && (!ac->config || ac->chkstop)) in online_store()
179 bool chkstop; /* checkstop state */ member195 bool chkstop; /* checkstop state */ member
181 return sysfs_emit(buf, "%d\n", ac->chkstop ? 1 : 0); in chkstop_show()184 static DEVICE_ATTR_RO(chkstop);
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()
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()
Completed in 21 milliseconds