Searched refs:netmap_hw_dtor (Results 1 – 2 of 2) sorted by relevance
1401 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() function3716 hwna->up.nm_dtor = netmap_hw_dtor; in netmap_attach_ext()
1661 #define NM_IS_NATIVE(ifp) (NM_NA_VALID(ifp) && NA(ifp)->nm_dtor == netmap_hw_dtor)