Home
last modified time | relevance | path

Searched defs:netmap_priv_d (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h2049 struct netmap_priv_d { struct
2050 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
2052 struct netmap_adapter *np_na;
2053 if_t np_ifp;
2054 uint32_t np_flags; /* from the ioctl */
2055 u_int np_qfirst[NR_TXRX],
2056 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
2057 uint16_t np_txpoll;
2058 uint16_t np_kloop_state; /* use with NMG_LOCK held */
2061 int np_sync_flags; /* to be passed to nm_sync */
[all …]