Searched refs:nvmf_should_reconnect (Results 1 – 5 of 5) sorted by relevance
227 bool nvmf_should_reconnect(struct nvme_ctrl *ctrl, int status);
589 bool nvmf_should_reconnect(struct nvme_ctrl *ctrl, int status) in nvmf_should_reconnect() function603 EXPORT_SYMBOL_GPL(nvmf_should_reconnect);
996 if (nvmf_should_reconnect(&ctrl->ctrl, status)) { in nvme_rdma_reconnect_or_remove()
2301 if (nvmf_should_reconnect(ctrl, status)) { in nvme_tcp_reconnect_or_remove()
3276 if (recon && nvmf_should_reconnect(&ctrl->ctrl, status)) { in nvme_fc_reconnect_or_delete()