nvme_directive_recv_stream_allocate - Directive receive stream allocate
Contents
Arguments
fd File descriptor of nvme device
nsid Namespace ID
nsr Namespace Streams Requested
result If successful, the CQE dword0 value
Name
nvme_directive_recv_stream_allocate - Directive receive stream allocate
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_directive_recv_stream_allocatenvme_directive_recv_stream_allocate(2)
Synopsis
intnvme_directive_recv_stream_allocate(intfd,__u32nsid,__u16nsr,__u32*result);
