Lines Matching refs:attach_cb
668 /* Increase the ref count before calling attach_cb() as the user may
672 if (probe_ctx->attach_cb) {
674 probe_ctx->attach_cb(probe_ctx->cb_ctx, &ctrlr->trid, ctrlr, &ctrlr->opts);
748 * Increase the ref count before calling attach_cb() as the user may
754 if (probe_ctx->attach_cb) {
755 probe_ctx->attach_cb(probe_ctx->cb_ctx, &ctrlr->trid, ctrlr, &ctrlr->opts);
875 * Unlock while calling attach_cb() so the user can call other functions
878 if (probe_ctx->attach_cb) {
880 probe_ctx->attach_cb(probe_ctx->cb_ctx, &ctrlr->trid, ctrlr, &ctrlr->opts);
907 spdk_nvme_attach_cb attach_cb,
915 probe_ctx->attach_cb = attach_cb;
928 spdk_nvme_probe_cb probe_cb, spdk_nvme_attach_cb attach_cb,
931 return spdk_nvme_probe_ext(trid, cb_ctx, probe_cb, attach_cb, NULL, remove_cb);
936 spdk_nvme_probe_cb probe_cb, spdk_nvme_attach_cb attach_cb,
949 attach_cb, attach_fail_cb, remove_cb);
1575 spdk_nvme_attach_cb attach_cb,
1578 return spdk_nvme_probe_async_ext(trid, cb_ctx, probe_cb, attach_cb, NULL, remove_cb);
1585 spdk_nvme_attach_cb attach_cb,
1602 nvme_probe_ctx_init(probe_ctx, trid, NULL, cb_ctx, probe_cb, attach_cb, attach_fail_cb,
1658 spdk_nvme_attach_cb attach_cb)
1678 nvme_probe_ctx_init(probe_ctx, trid, opts, (void *)opts, probe_cb, attach_cb, NULL, NULL);