putq() is used to put messages on a driver's queue after the module's put routine has finished processing the message. The message
is placed after any other messages of the same priority, and flow control parameters are updated. If QNOENB is not set, the service routine is enabled. If no other processing is done, putq() can be used as the module's put routine.