Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme.h425 NVME_CTRL_SGLS_SAOS = 1 << 20, enumerator
/linux/drivers/nvme/target/
H A Dadmin-cmd.c753 id->sgls |= cpu_to_le32(NVME_CTRL_SGLS_SAOS); in nvmet_execute_identify_ctrl()
/linux/drivers/nvme/host/
H A Drdma.c1054 if (ctrl->ctrl.sgls & NVME_CTRL_SGLS_SAOS) in nvme_rdma_setup_ctrl()