freebsd-dev/sys/dev/ppbus
Jonathan Lemon df5e198723 Lock down the network interface queues. The queue mutex must be obtained
before adding/removing packets from the queue.  Also, the if_obytes and
if_omcasts fields should only be manipulated under protection of the mutex.

IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on
the queue.  An IF_LOCK macro is provided, as well as the old (mutex-less)
versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which
needs them, but their use is discouraged.

Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF,
which takes care of locking/enqueue, and also statistics updating/start
if necessary.
2000-11-25 07:35:38 +00:00
..
if_plip.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
immio.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
lpbb.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
lpt.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
lpt.h
lptio.h Match the include protection with the install location. 2000-05-20 05:45:04 +00:00
pcfclock.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
ppb_1284.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
ppb_1284.h ppi needs to use a bus method to get this rather than peering inside the 2000-01-14 08:03:15 +00:00
ppb_base.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
ppb_msq.c A quote from the ia64 compiler: 2000-10-10 14:18:50 +00:00
ppb_msq.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppbconf.c Confusing comment. 2000-05-05 14:10:25 +00:00
ppbconf.h make the example compile again. 2000-04-27 21:08:24 +00:00
ppbio.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppbus_if.m * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
ppi.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
ppi.h
pps.c Unused include: #include "pps.h" 2000-06-10 11:14:19 +00:00
vpo.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
vpoio.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
vpoio.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00