Lines Matching refs:config
183 * ap_fetch_qci_info(): Fetch cryptographic config info
200 * ap_init_qci_info(): Allocate and query qci config info.
798 * A config change has happened, force an ap bus rescan.
802 AP_DBF_DBG("%s config change, forcing bus rescan\n", __func__);
1322 * to the existing queue devices. Also take care of the config
1334 AP_DBF_INFO("%s(%d,%d) not in config any more, rm queue device\n",
1361 aq->config = !decfg;
1383 /* Check config state on the already existing queue device */
1385 if (decfg && aq->config) {
1386 /* config off this queue device */
1387 aq->config = false;
1393 AP_DBF_INFO("%s(%d,%d) queue device config off\n",
1399 if (!decfg && !aq->config) {
1400 /* config on this queue device */
1401 aq->config = true;
1407 AP_DBF_INFO("%s(%d,%d) queue device config on\n",
1450 AP_DBF_INFO("%s(%d) ap not in config any more, rm card and queue devices\n",
1514 if (decfg && ac->config) {
1515 ac->config = false;
1516 AP_DBF_INFO("%s(%d) card device config off\n",
1520 if (!decfg && !ac->config) {
1521 ac->config = true;
1522 AP_DBF_INFO("%s(%d) card device config on\n",
1542 ac->config = !decfg;