|
Motr
M0
|
#include <lnet_ioctl.h>

Data Fields | |
| struct nlx_core_domain * | ddi_cd |
| m0_bcount_t | ddi_max_buffer_size |
| m0_bcount_t | ddi_max_buffer_segment_size |
| int32_t | ddi_max_buffer_segments |
Parameters for the M0_LNET_DOM_INIT ioctl.
Definition at line 39 of file lnet_ioctl.h.
| struct nlx_core_domain* ddi_cd |
The user space core private data pointer for the domain.
Definition at line 41 of file lnet_ioctl.h.
| m0_bcount_t ddi_max_buffer_segment_size |
Returned maximum size of a buffer segment.
Definition at line 45 of file lnet_ioctl.h.
| int32_t ddi_max_buffer_segments |
Returned maximum number of buffer segments.
Definition at line 47 of file lnet_ioctl.h.
| m0_bcount_t ddi_max_buffer_size |
Returned maximum buffer size (counting all segments).
Definition at line 43 of file lnet_ioctl.h.