struct tapi_nvme_target_methods

Overview

Available methods of target More…

#include <tapi_nvme.h>

struct tapi_nvme_target_methods {
    // fields

    tapi_nvme_target_method_init init;
    tapi_nvme_target_method_setup setup;
    tapi_nvme_target_method_cleanup cleanup;
    tapi_nvme_target_method_fini fini;
};

Detailed Documentation

Available methods of target

Fields

tapi_nvme_target_method_init init

Method for init target

tapi_nvme_target_method_setup setup

Method for setup target

tapi_nvme_target_method_cleanup cleanup

Method for cleanup target

tapi_nvme_target_method_fini fini

Method for fini target