Lines Matching refs:chkstop
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()
2059 if (chkstop && !ac->chkstop) { in ap_scan_adapter()
2061 ac->chkstop = true; in ap_scan_adapter()
2064 } else if (!chkstop && ac->chkstop) { in ap_scan_adapter()
2066 ac->chkstop = false; in ap_scan_adapter()
2100 ac->chkstop = chkstop; in ap_scan_adapter()
2125 else if (chkstop) in ap_scan_adapter()