ublk-cpp v0.0
Loading...
Searching...
No Matches
ublk::RuntimeOptions Class Reference

Runtime options for ublk device. More...

#include <runtime.hpp>

Public Member Functions

RuntimeOptionssq_size (size_t v) noexcept
 Set SQ size.
RuntimeOptionscq_size (size_t v) noexcept
 Set CQ size.

Detailed Description

Runtime options for ublk device.

Definition at line 15 of file runtime.hpp.

Member Function Documentation

◆ cq_size()

RuntimeOptions & ublk::RuntimeOptions::cq_size ( size_t v)
inlinenoexcept

Set CQ size.

Parameters
vCQ size

Definition at line 33 of file runtime.hpp.

◆ sq_size()

RuntimeOptions & ublk::RuntimeOptions::sq_size ( size_t v)
inlinenoexcept

Set SQ size.

Parameters
vSQ size

Definition at line 22 of file runtime.hpp.


The documentation for this class was generated from the following file:
  • /home/runner/work/ublk-cpp/ublk-cpp/include/ublk/runtime.hpp