Lines Matching defs:info
231 * ap_fetch_qci_info(): Fetch cryptographic config info
233 * Returns the ap configuration info fetched via PQAP(QCI).
238 static inline int ap_fetch_qci_info(struct ap_config_info *info)
242 if (!info)
244 return ap_qci(info);
248 * ap_init_qci_info(): Allocate and query qci config info.
250 * and ap_max_adapter_id if this info is available.
275 AP_DBF_INFO("%s successful fetched initial qci info\n", __func__);
353 * ap_queue_info(): Check and get AP queue info.
354 * Returns: 1 if APQN exists and info is filled,
355 * 0 if APQN seems to exit but there is no info
376 /* handle pending async error with return 'no info available' */
388 * info should be filled. All bits 0 is not possible as
402 * A response code which indicates, there is no info available.
1832 /* domain is valid, get info from this APQN */
2002 AP_DBF_INFO("%s(%d) no type info (no APQN found), rm card and queue devs\n",
2007 AP_DBF_DBG("%s(%d) no type info (no APQN found), ignored\n",
2013 /* No apdater type info available, an unusable adapter */
2015 AP_DBF_INFO("%s(%d) no valid type (0) info, rm card and queue devs\n",
2020 AP_DBF_DBG("%s(%d) no valid type (0) info, ignored\n",