opnsense-src/sys/dev/cxgbe/tom
Navdeep Parhar 87aa6825ff cxgbe/tom: Basic CLIP table management.
This is the Compressed Local IPv6 table on the chip.  To save space, the
chip uses an index into this table instead of a full IPv6 address in
some of its hardware data structures.

For now the driver fills this table with all the local IPv6 addresses
that it sees at the time the table is initialized.  I'll improve this
later so that the table is updated whenever new IPv6 addresses are
configured or existing ones deleted.

MFC after:	1 week
2013-01-15 07:07:29 +00:00
..
t4_connect.c Minor cleanup: use bitwise ops instead of pointless wrappers around 2012-08-21 18:30:16 +00:00
t4_cpl_io.c cxgbe/tom: Handle the case where the chip falls out of DDP mode by 2012-11-29 19:39:27 +00:00
t4_ddp.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
t4_listen.c Overhaul the stid allocator so that it can be used for IPv6 servers 2013-01-11 00:07:01 +00:00
t4_tom.c cxgbe/tom: Basic CLIP table management. 2013-01-15 07:07:29 +00:00
t4_tom.h cxgbe/tom: Basic CLIP table management. 2013-01-15 07:07:29 +00:00
t4_tom_l2t.c cxgbe(4): Updates to the hardware L2 table management code. 2013-01-14 20:36:22 +00:00
t4_tom_l2t.h