Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_nvme_cmd_table.c30 [NVME_OPC_COMPARE] = { ctl_nvme_compare, CTL_FLAG_DATA_OUT },
H A Dctl.c10727 case NVME_OPC_COMPARE: in ctl_nvme_get_lba_len()
10931 MPASS(ctnio->cmd.opc == NVME_OPC_COMPARE); in ctl_nvme_compare()
11147 ctnio->cmd.opc != NVME_OPC_COMPARE) { in ctl_nvme_validate_command()
11155 ctnio->cmd.opc != NVME_OPC_COMPARE) { in ctl_nvme_validate_command()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c532 case NVME_OPC_COMPARE: in nvmft_done()
H A Dnvmft_controller.c1020 case NVME_OPC_COMPARE: in nvmft_handle_io_command()
/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c141 case NVME_OPC_COMPARE: in nvme_io_qpair_print_command()
H A Dnvme.h1047 NVME_OPC_COMPARE = 0x05, enumerator