Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme.h422 NVME_CTRL_SGLS_KSDBDS = 1 << 2, enumerator
/linux/drivers/nvme/target/
H A Dadmin-cmd.c761 id->sgls |= cpu_to_le32(NVME_CTRL_SGLS_KSDBDS); in nvmet_execute_identify_ctrl()
/linux/drivers/nvme/host/
H A Drdma.c1022 if (!(ctrl->ctrl.sgls & NVME_CTRL_SGLS_KSDBDS)) { in nvme_rdma_setup_ctrl()