nvmf_should_reconnect
EXPORT_SYMBOL_GPL(nvmf_should_reconnect);
bool nvmf_should_reconnect(struct nvme_ctrl *ctrl, int status);
if (recon && nvmf_should_reconnect(&ctrl->ctrl, status)) {
if (nvmf_should_reconnect(&ctrl->ctrl, status)) {
if (nvmf_should_reconnect(ctrl, status)) {