Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/netmap/
HDnetmap.c1401 static void netmap_hw_dtor(struct netmap_adapter *); /* needed by NM_IS_NATIVE() */
3643 netmap_hw_dtor(struct netmap_adapter *na) in netmap_hw_dtor() function
3716 hwna->up.nm_dtor = netmap_hw_dtor; in netmap_attach_ext()
HDnetmap_kern.h1661 #define NM_IS_NATIVE(ifp) (NM_NA_VALID(ifp) && NA(ifp)->nm_dtor == netmap_hw_dtor)