Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c45 unsigned int inflight_count; member
116 xfer_state->inflight_count++; in exec_more()
121 xfer_state->inflight_count, in exec_more()
127 xfer_state->inflight_count--; in exec_more()
142 if (xfer_state->inflight_count >= xfer_state->budget) in exec_more()
164 xfer_state->start_count, xfer_state->inflight_count, in trans_complete()
174 xfer_state->inflight_count, in trans_complete()
183 xfer_state->inflight_count--; in trans_complete()
184 if (!xfer_state->inflight_count) in trans_complete()