Searched refs:netmap_hw_dtor (Results 1 – 2 of 2) sorted by relevance
1409 static void netmap_hw_dtor(struct netmap_adapter *); /* needed by NM_IS_NATIVE() */3761 netmap_hw_dtor(struct netmap_adapter *na) in netmap_hw_dtor() function3834 hwna->up.nm_dtor = netmap_hw_dtor; in netmap_attach_ext()
1663 #define NM_IS_NATIVE(ifp) (NM_NA_VALID(ifp) && NA(ifp)->nm_dtor == netmap_hw_dtor)