1nvme_get_features_simple(9) libnvme API manual nvme_get_features_simple(9)
23
4
NAME
6nvme_get_features_simple - Helper function for @nvme_get_features()
7
SYNOPSIS
9int nvme_get_features_simple (int fd , enum nvme_features_id fid ,
10__u32 nsid , __u32 *result );
11
ARGUMENTS
13fd File descriptor of nvme device
1415
fid Feature identifier
1617
nsid Namespace ID, if applicable
1819
result The command completion result from CQE dword0
2021
22
23
April 2022 nvme_get_features_simplenvme_get_features_simple(9)