freebsd-skq/sys/dev/netmap
luigi 8231b45a41 rename the 'tag' and 'map' fields used the rx ring to their
previous names, 'ptag' and 'pmap' -- p stands for packet.

This change reduces the difference between the code in stable/9
and head, and also helps using the same ixgbe_netmap.h on both branches.

Approved by:	Jack Vogel
2012-12-20 22:26:03 +00:00
..
if_em_netmap.h fix some signed/unsigned warnings in the netmap code. 2012-08-02 11:59:43 +00:00
if_igb_netmap.h fix some signed/unsigned warnings in the netmap code. 2012-08-02 11:59:43 +00:00
if_lem_netmap.h A bunch of netmap fixes: 2012-02-27 19:05:01 +00:00
if_re_netmap.h do not use a deprecated field in a structure. 2012-04-13 15:33:12 +00:00
ixgbe_netmap.h rename the 'tag' and 'map' fields used the rx ring to their 2012-12-20 22:26:03 +00:00
netmap_kern.h This is an import of code, mostly from Giuseppe Lettieri, 2012-10-19 04:13:12 +00:00
netmap_mem1.c A bit of cleanup in the names of fields of netmap-related structures. 2012-04-13 16:03:07 +00:00
netmap_mem2.c Use M_NOWAIT when calling malloc with a lock held. 2012-10-19 19:28:35 +00:00
netmap.c Fix build. 2012-10-19 09:41:45 +00:00