Home
last modified time | relevance | path

Searched refs:acc_reconnects (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/nvme/host/
H A Dsysfs.c1186 atomic_long_read(&ctrl->acc_reconnects) + in reconnect_count_show()
1201 atomic_long_set(&ctrl->acc_reconnects, reconnect_cnt); in reconnect_count_store()
H A Dnvme.h470 atomic_long_t acc_reconnects; member
H A Dfc.c3163 atomic_long_add(ctrl->ctrl.nr_reconnects, &ctrl->ctrl.acc_reconnects); in nvme_fc_create_association()
3486 atomic_long_set(&ctrl->ctrl.acc_reconnects, 0); in nvme_fc_alloc_ctrl()
H A Dtcp.c2538 atomic_long_add(ctrl->nr_reconnects, &ctrl->acc_reconnects); in nvme_tcp_reconnect_ctrl_work()