Searched refs:netmap_hw_dtor (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/netmap/
H A Dnetmap.c1465 static void netmap_hw_dtor(struct netmap_adapter *); /* needed by NM_IS_NATIVE() */
4059 netmap_hw_dtor(struct netmap_adapter *na) function
4132 hwna->up.nm_dtor = netmap_hw_dtor;
H A Dnetmap_kern.h1727 #define NM_IS_NATIVE(ifp) (NM_NA_VALID(ifp) && NA(ifp)->nm_dtor == netmap_hw_dtor)

Completed in 203 milliseconds