freebsd-nq/sys/dev/cxgbe
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
..
common cxgbe(4): Updates to the hardware L2 table management code. 2013-01-14 20:36:22 +00:00
firmware cxgbe(4): updates to the configuration file that controls how hardware 2013-01-09 21:27:14 +00:00
tom cxgbe/tom: Basic CLIP table management. 2013-01-15 07:07:29 +00:00
adapter.h cxgbe(4): Add functions to help synchronize "slow" operations (those not 2013-01-10 23:56:50 +00:00
offload.h cxgbe(4): Updates to the hardware L2 table management code. 2013-01-14 20:36:22 +00:00
osdep.h Switch some PCI register reads from using magic numbers to using the names 2012-09-19 12:27:23 +00:00
t4_ioctl.h Add a driver ioctl to clear a port's MAC statistics. 2012-10-10 19:27:40 +00:00
t4_l2t.c cxgbe(4): Updates to the hardware L2 table management code. 2013-01-14 20:36:22 +00:00
t4_l2t.h cxgbe(4): Updates to the hardware L2 table management code. 2013-01-14 20:36:22 +00:00
t4_main.c cxgbe(4): Updates to the hardware L2 table management code. 2013-01-14 20:36:22 +00:00
t4_sge.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00