libnvme_mi_mi_pda_write(9) libnvme API manual libnvme_mi_mi_pda_write(9)

libnvme_mi_mi_pda_write - Write the NVMe-MI Persistent Data Area (PDA)

int libnvme_mi_mi_pda_write (struct libnvme_mi_ep *ep , enum nvme_mi_pda_dformat dformat , __u32 dofst , __u32 dlen , void *data , size_t data_len );

endpoint for MI communication
data format to use for dofst and dlen, see enum nvme_mi_pda_dformat
starting offset, in units of dformat, into the PDA to write
length, in units of dformat, of data to write to the PDA starting at dofst
data to write to the PDA
length of data

Performs an NVMe-MI PDA Write command.

The nvme command status if a response was received (see enum nvme_status_field) or negative error code otherwise.

libnvme_mi_mi_pda_write September 2026