Home
last modified time | relevance | path

Searched hist:"722 e668db2b4dca735aafcd9ed325145d8a9208c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.c722e668db2b4dca735aafcd9ed325145d8a9208c Tue Aug 22 15:15:12 UTC 2017 Bin Meng <bmeng.cn@gmail.com> nvme: Use macros to access NVMe queues

NVMe driver only uses two queues. The first one is allocated to do
admin stuff, while the second one is for IO stuff. So far the driver
uses magic number (0/1) to access them. Change to use macros.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>