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.h2046 struct netmap_priv_d { struct
2047 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
2049 struct netmap_adapter *np_na;
2050 if_t np_ifp;
2051 uint32_t np_flags; /* from the ioctl */
2052 u_int np_qfirst[NR_TXRX],
2053 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
2054 uint16_t np_txpoll;
2055 uint16_t np_kloop_state; /* use with NMG_LOCK held */
2058 int np_sync_flags; /* to be passed to nm_sync */
[all …]