@@ -5402,27 +5402,23 @@ static inline int nvme_zns_report_zones(nvme_link_t l, __u32 nsid, __u64 slba,
54025402 * @nsid: Namespace ID
54035403 * @zslba: Zone start logical block address
54045404 * @nlb: Number of logical blocks
5405- * @control: Upper 16 bits of cdw12
5406- * @cev: Command Extension Value
5407- * @dspec: Directive Specific
5408- * @lbatm: Logical block application tag mask
5405+ * @control:
54095406 * @lbat: Logical block application tag
5407+ * @lbatm: Logical block application tag mask
54105408 * @ilbrt_u64: Initial logical block reference tag - 8 byte
54115409 * version required for enhanced protection info
5412- * @metadata: Userspace address of the metadata
5413- * @metadata_len: Length of @metadata
54145410 * @data: Userspace address of the data
54155411 * @data_len: Length of @data
5412+ * @metadata: Userspace address of the metadata
5413+ * @metadata_len: Length of @metadata
54165414 * @result: The command completion result from CQE dword0
54175415 *
54185416 * Return: 0 on success, the nvme command status if a response was
54195417 * received (see &enum nvme_status_field) or a negative error otherwise.
54205418 */
5421- static inline int nvme_zns_append (nvme_link_t l , __u32 nsid , __u64 zslba , __u16 nlb ,
5422- __u16 control , __u16 cev , __u16 dspec ,
5423- __u16 lbat , __u16 lbatm , __u64 ilbrt_u64 ,
5424- void * metadata , __u32 metadata_len ,
5425- void * data , __u32 data_len , __u64 * result )
5419+ static inline int nvme_zns_append (nvme_link_t l , __u32 nsid , __u64 zslba , __u16 nlb , __u16 control ,
5420+ __u16 lbat , __u16 lbatm , __u64 ilbrt_u64 , void * data ,
5421+ __u32 data_len , void * metadata , __u32 metadata_len , __u64 * result )
54265422{
54275423 __u32 cdw3 = (ilbrt_u64 >> 32 ) & 0xffffffff ;
54285424 __u32 cdw10 = zslba & 0xffffffff ;
0 commit comments