Motr  M0
m0_lnet_dev_dom_init_params Struct Reference

#include <lnet_ioctl.h>

Collaboration diagram for m0_lnet_dev_dom_init_params:
Collaboration graph

Data Fields

struct nlx_core_domainddi_cd
 
m0_bcount_t ddi_max_buffer_size
 
m0_bcount_t ddi_max_buffer_segment_size
 
int32_t ddi_max_buffer_segments
 

Detailed Description

Parameters for the M0_LNET_DOM_INIT ioctl.

See also
nlx_dev_ioctl_dom_init()

Definition at line 39 of file lnet_ioctl.h.

Field Documentation

◆ ddi_cd

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.

◆ ddi_max_buffer_segment_size

m0_bcount_t ddi_max_buffer_segment_size

Returned maximum size of a buffer segment.

Definition at line 45 of file lnet_ioctl.h.

◆ ddi_max_buffer_segments

int32_t ddi_max_buffer_segments

Returned maximum number of buffer segments.

Definition at line 47 of file lnet_ioctl.h.

◆ ddi_max_buffer_size

m0_bcount_t ddi_max_buffer_size

Returned maximum buffer size (counting all segments).

Definition at line 43 of file lnet_ioctl.h.


The documentation for this struct was generated from the following file: