Home
last modified time | relevance | path

Searched refs:nr_reconnects (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/nvme/host/
H A Drdma.c1137 ++ctrl->ctrl.nr_reconnects; in nvme_rdma_reconnect_ctrl_work()
1144 ctrl->ctrl.nr_reconnects); in nvme_rdma_reconnect_ctrl_work()
1147 atomic_long_add(ctrl->ctrl.nr_reconnects, &ctrl->ctrl.acc_reconnects); in nvme_rdma_reconnect_ctrl_work()
1148 ctrl->ctrl.nr_reconnects = 0; in nvme_rdma_reconnect_ctrl_work()
1154 ctrl->ctrl.nr_reconnects, ctrl->ctrl.opts->max_reconnects); in nvme_rdma_reconnect_ctrl_work()
2225 ++ctrl->ctrl.nr_reconnects; in nvme_rdma_reset_ctrl_work()
H A Dtcp.c2540 ++ctrl->nr_reconnects; in nvme_tcp_reconnect_ctrl_work()
2547 ctrl->nr_reconnects, ctrl->opts->max_reconnects); in nvme_tcp_reconnect_ctrl_work()
2550 atomic_long_add(ctrl->nr_reconnects, &ctrl->acc_reconnects); in nvme_tcp_reconnect_ctrl_work()
2551 ctrl->nr_reconnects = 0; in nvme_tcp_reconnect_ctrl_work()
2557 ctrl->nr_reconnects, ctrl->opts->max_reconnects); in nvme_tcp_reconnect_ctrl_work()
2630 ++ctrl->nr_reconnects; in nvme_reset_ctrl_work()
H A Dfc.c3048 ++ctrl->ctrl.nr_reconnects; in nvme_fc_create_association()
3169 atomic_long_add(ctrl->ctrl.nr_reconnects, &ctrl->ctrl.acc_reconnects); in nvme_fc_create_association()
3170 ctrl->ctrl.nr_reconnects = 0; in nvme_fc_create_association()
3333 ctrl->cnum, ctrl->ctrl.nr_reconnects); in nvme_fc_reconnect_or_delete()
3491 ctrl->ctrl.nr_reconnects = 0; in nvme_fc_alloc_ctrl()
H A Dnvme.h469 int nr_reconnects; member
H A Dsysfs.c1187 ctrl->nr_reconnects); in reconnect_count_show()
H A Dfabrics.c599 ctrl->nr_reconnects < ctrl->opts->max_reconnects) in nvmf_should_reconnect()