Author :
sf
Date :
2024-09-17 09:00:14
Hash :101c378c Message :vio: Reduce code duplication in control queue handling
Pull the common parts of all the control queue operations into separate
functions.
While there, avoid setting sc_ctrl_inuse FREE if it was RESET, except in
vio_stop. Doing so could lead to more race conditions.
ok bluhm@