Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/doc/
H A DREADME.nvme21 is comprised of some number of namespaces, where each namespace is comprised
32 it is able to scan all available namespaces attached to it. Scanning namespace
58 and print out detailed information for controller and namespaces via:
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.c725 list_add(&ns->list, &ndev->namespaces); in nvme_blk_probe()
955 INIT_LIST_HEAD(&ndev->namespaces); in nvme_probe()
H A Dnvme.h666 struct list_head namespaces; member