Lines Matching defs:inflight_split
1882 vq->inflight_split = addr;
1883 vq->inflight_split->desc_num = queue_size;
1967 struct rte_vhost_inflight_info_split *inflight_split;
1976 if ((!vq->inflight_split))
1979 if (!vq->inflight_split->version) {
1980 vq->inflight_split->version = INFLIGHT_VERSION;
1987 inflight_split = vq->inflight_split;
1989 last_io = inflight_split->last_inflight_io;
1991 if (inflight_split->used_idx != used->idx) {
1992 inflight_split->desc[last_io].inflight = 0;
1994 inflight_split->used_idx = used->idx;
1997 for (i = 0; i < inflight_split->desc_num; i++) {
1998 if (inflight_split->desc[i].inflight == 1)
2025 for (i = 0; i < vq->inflight_split->desc_num; i++) {
2026 if (vq->inflight_split->desc[i].inflight == 1) {
2029 inflight_split->desc[i].counter;