Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_kern.h974 struct netmap_hw_adapter { /* physical device */ struct
996 struct netmap_hw_adapter up; argument
2240 struct netmap_hw_adapter hwup;
2243 struct netmap_hw_adapter dr;
H A Dnetmap.c3737 struct netmap_hw_adapter *hwna = in netmap_hw_reg()
3738 (struct netmap_hw_adapter*)na; in netmap_hw_reg()
3781 struct netmap_hw_adapter *hwna = NULL; in netmap_attach_ext()
3784 if (size < sizeof(struct netmap_hw_adapter)) { in netmap_attach_ext()
3851 return netmap_attach_ext(arg, sizeof(struct netmap_hw_adapter), in netmap_attach()