:orphan: .. index:: pair: struct; tapi_nvme_host_ctrl .. _doxid-structtapi__nvme__host__ctrl: struct tapi_nvme_host_ctrl ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Initiator context :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_nvme_host_ctrl { // fields :ref:`rcf_rpc_server`* :ref:`rpcs`; const :ref:`tapi_nvme_target`* :ref:`connected_target`; char* :ref:`device`; char* :ref:`admin_dev`; // methods :ref:`LIST_ENTRY`(tapi_nvme_host_ctrl); }; .. _details-structtapi__nvme__host__ctrl: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Initiator context Fields ------ .. index:: pair: variable; rpcs .. _doxid-structtapi__nvme__host__ctrl_1aa6c14f4d5c648a72fefd45c798878a4c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_rpc_server`* rpcs RPC server handle .. index:: pair: variable; connected_target .. _doxid-structtapi__nvme__host__ctrl_1a41b01aee4ec2cd56348df9f80e6b6195: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tapi_nvme_target`* connected_target Connected target .. index:: pair: variable; device .. _doxid-structtapi__nvme__host__ctrl_1ace27b301e1b9573b4b66736b2dc7800e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* device Name of device .. index:: pair: variable; admin_dev .. _doxid-structtapi__nvme__host__ctrl_1a422799a8411bafd95c8d36faed37bd03: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* admin_dev Admin device name Methods ------- .. index:: pair: function; LIST_ENTRY .. _doxid-structtapi__nvme__host__ctrl_1a26358069ab0bed361f17fad0f8297a94: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_ENTRY(tapi_nvme_host_ctrl) A way to build lists of host ctrls