1nvme_mi_admin_get_log_page(9) libnvme API manual nvme_mi_admin_get_log_page(9)
2
3
4

NAME

6       nvme_mi_admin_get_log_page - Retrieve log page data from controller
7

SYNOPSIS

9       int  nvme_mi_admin_get_log_page (nvme_mi_ctrl_t ctrl , __u32 xfer_len ,
10       struct nvme_get_log_args *args );
11

ARGUMENTS

13       ctrl        Controller to query
14
15       xfer_len    The chunk size of the read
16
17       args        Get Log Page command arguments
18

DESCRIPTION

20       Performs a Get Log Page Admin command as specified  by  args.  Response
21       data   is   stored   in   args->data,  which  should  be  a  buffer  of
22       args->data_len   bytes.    Resulting   data   length   is   stored   in
23       args->data_len on successful command completion.
24
25       This request may be implemented as multiple log page commands, in order
26       to fit within MI message-size limits.
27
28       See: struct nvme_get_log_args
29

RETURN

31       The nvme command status if a response was received (see enum  nvme_sta‐
32       tus_field) or -1 with errno set otherwise.
33
34
35
36April 2023                nvme_mi_admin_get_log_pangveme_mi_admin_get_log_page(9)
Impressum