Home
last modified time | relevance | path

Searched refs:nvme_send_pr_command (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvme/host/
H A Dpr.c110 static int nvme_send_pr_command(struct block_device *bdev, u32 cdw10, u32 cdw11, in nvme_send_pr_command() function
136 return nvme_send_pr_command(bdev, cdw10, 0, nvme_cmd_resv_register, in nvme_pr_register()
155 return nvme_send_pr_command(bdev, cdw10, 0, nvme_cmd_resv_acquire, in nvme_pr_reserve()
172 return nvme_send_pr_command(bdev, cdw10, 0, nvme_cmd_resv_acquire, in nvme_pr_preempt()
186 return nvme_send_pr_command(bdev, cdw10, 0, nvme_cmd_resv_release, in nvme_pr_clear()
201 return nvme_send_pr_command(bdev, cdw10, 0, nvme_cmd_resv_release, in nvme_pr_release()