nvme_rdma_ibv_send_wr_init() was only called in one place, so just move its contents into nvme_rdma_qpair_submit_request() since it allows simplification of the code: - req was always NULL, so remove the code that used req entirely. - wr and sg_list are never NULL, so remove the checks for those. Change-Id: I12a4f3502219d3681607686945e343f6808c0d2f Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
nvme_ctrlr_cmd.c | ||
nvme_ctrlr.c | ||
nvme_internal.h | ||
nvme_ns_cmd.c | ||
nvme_ns.c | ||
nvme_pcie.c | ||
nvme_qpair.c | ||
nvme_quirks.c | ||
nvme_rdma.c | ||
nvme_transport.c | ||
nvme_uevent.c | ||
nvme_uevent.h | ||
nvme.c |