freebsd-dev/sys/dev/netmap
Luigi Rizzo 5644ccec61 (This commit only touches code within the DEV_NETMAP blocks)
Introduce some functions to map NIC ring indexes into netmap ring
indexes and vice versa. This way we can implement the bound
checks only in one place (and hopefully in a correct way).

On passing, make the code and comments more uniform across the
various drivers.
2012-02-15 23:13:29 +00:00
..
head.diff
if_em_netmap.h (This commit only touches code within the DEV_NETMAP blocks) 2012-02-15 23:13:29 +00:00
if_igb_netmap.h (This commit only touches code within the DEV_NETMAP blocks) 2012-02-15 23:13:29 +00:00
if_lem_netmap.h (This commit only touches code within the DEV_NETMAP blocks) 2012-02-15 23:13:29 +00:00
if_re_netmap.h (This commit only touches code within the DEV_NETMAP blocks) 2012-02-15 23:13:29 +00:00
ixgbe_netmap.h (This commit only touches code within the DEV_NETMAP blocks) 2012-02-15 23:13:29 +00:00
netmap_kern.h (This commit only touches code within the DEV_NETMAP blocks) 2012-02-15 23:13:29 +00:00
netmap.c - use struct ifnet as explicit type of the argument to the 2012-02-13 18:56:34 +00:00