Lines Matching defs:next_path
1133 struct nvme_io_path *next_path;
1136 next_path = STAILQ_NEXT(prev_path, stailq);
1137 if (next_path != NULL) {
1138 return next_path;
2030 struct nvme_path_id *path_id, *next_path;
2036 next_path = TAILQ_NEXT(path_id, link);
2043 if (next_path == NULL) {
2059 next_path->trid.traddr, next_path->trid.trsvcid);
2062 nvme_ctrlr->active_path_id = next_path;
2063 rc = spdk_nvme_ctrlr_set_trid(nvme_ctrlr->ctrlr, &next_path->trid);
2075 if (start || next_path->last_failed_tsc == 0) {
2082 if (spdk_get_ticks() > next_path->last_failed_tsc + spdk_get_ticks_hz() *