Home
last modified time | relevance | path

Searched refs:nvmf_should_reconnect (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/host/
Dfabrics.h175 bool nvmf_should_reconnect(struct nvme_ctrl *ctrl);
Dfabrics.c479 bool nvmf_should_reconnect(struct nvme_ctrl *ctrl) in nvmf_should_reconnect() function
487 EXPORT_SYMBOL_GPL(nvmf_should_reconnect);
Drdma.c1094 if (nvmf_should_reconnect(&ctrl->ctrl)) { in nvme_rdma_reconnect_or_remove()
Dtcp.c2009 if (nvmf_should_reconnect(ctrl)) { in nvme_tcp_reconnect_or_remove()
Dfc.c3288 if (recon && nvmf_should_reconnect(&ctrl->ctrl)) { in nvme_fc_reconnect_or_delete()