1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00
freebsd/sys/dev/hatm
Hartmut Brandt 62b93d9b12 Reinvent the used-flag for external mbufs. This and the on-card flag
are now in the header of the external buffer itself which allows us
to manipulate them in the free routine without having to lock the softc
structure or the free list. To get space for these flags the chunk number
is reduced to 8 bit which amounts to a maximum of 256 chunks per allocated
page. This restriction is now enforced by a CTASSERT.
2003-10-30 10:43:52 +00:00
..
if_hatm_intr.c Reinvent the used-flag for external mbufs. This and the on-card flag 2003-10-30 10:43:52 +00:00
if_hatm_ioctl.c Prefer new location of pci include files (which have only been in the 2003-08-22 06:00:27 +00:00
if_hatm_rx.c Make the value of the HATM_DEBUG symbol the default for the debugging 2003-10-29 14:33:41 +00:00
if_hatm_tx.c Allow sending of more than one raw cell from a single mbuf. Only the 2003-10-29 15:15:19 +00:00
if_hatm.c Reinvent the used-flag for external mbufs. This and the on-card flag 2003-10-30 10:43:52 +00:00
if_hatmconf.h
if_hatmreg.h
if_hatmvar.h Reinvent the used-flag for external mbufs. This and the on-card flag 2003-10-30 10:43:52 +00:00