Lines Matching refs:cpl
431 if (nvme_completion_is_error(&pt.cpl)) in nsactive()
476 if (nvme_completion_is_error(&pt.cpl)) in nsallocated()
520 if (nvme_completion_is_error(&pt.cpl)) in nscontrollers()
621 if (nvme_completion_is_error(&pt.cpl)) { in nscreate()
623 get_res_str(NVMEV(NVME_STATUS_SC, pt.cpl.status))); in nscreate()
625 printf("namespace %d created\n", pt.cpl.cdw0); in nscreate()
673 if (nvme_completion_is_error(&pt.cpl)) { in nsdelete()
675 get_res_str(NVMEV(NVME_STATUS_SC, pt.cpl.status))); in nsdelete()
737 if (nvme_completion_is_error(&pt.cpl)) in nsattach()
758 if (nvme_completion_is_error(&pt.cpl)) { in nsattach()
760 get_res_str(NVMEV(NVME_STATUS_SC, pt.cpl.status))); in nsattach()
808 if (nvme_completion_is_error(&pt.cpl)) in nsdetach()
835 if (nvme_completion_is_error(&pt.cpl)) { in nsdetach()
837 get_res_str(NVMEV(NVME_STATUS_SC, pt.cpl.status))); in nsdetach()
883 if (nvme_completion_is_error(&pt.cpl)) in nsattached()
938 if (nvme_completion_is_error(&pt.cpl)) in nsidentify()