commit | 1c42a29ccb42f818b5e6f6da1f1d9401a5dc2d53 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 22 08:15:12 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 28 07:17:12 2017 -0400 |
tree | 059f5a37c5c45b60a023e8e1fd4d6ea3ed8e1ff8 | |
parent | dff7df7ce5778edf2aac3ce3b5834ba79915aa7d [diff] |
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>