Spdk/test/lib/nvme/unit
Daniel Verkamp c8f27b9e6e nvme: mark a few more functions static
nvme_qpair_submit_tracker() and nvme_qpair_manual_complete_request() are
only used from within nvme_qpair.c, so they can be static.

nvme_qpair_submit_tracker() is moved up to avoid needing a declaration
(no other code change).

nvme_ctrlr_hw_reset() is only used from within nvme_ctrlr.c, so it can
be static.

Change-Id: I9a7953d7baaec76e875dd535daf557ea24bef801
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-12-23 08:59:49 -07:00
..
nvme_c nvme: mark a few more functions static 2015-12-23 08:59:49 -07:00
nvme_ctrlr_c Reduce NVME_MAX_IO_QUEUES to 1024. 2015-11-30 09:33:34 -07:00
nvme_ctrlr_cmd_c build: allow make to work from any directory 2015-11-04 10:19:08 -07:00
nvme_ns_cmd_c nvme: mark a few more functions static 2015-12-23 08:59:49 -07:00
nvme_qpair_c nvme: test admin and io queue in nvme_qpair_destroy 2015-12-04 09:37:57 +08:00
Makefile build: allow make to work from any directory 2015-11-04 10:19:08 -07:00
nvme_impl.h build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00