Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/netmap/
H A Dnetmap_kern.h2045 struct netmap_priv_d { struct
2048 struct netmap_adapter *np_na;
2049 if_t np_ifp;
2050 uint32_t np_flags; /* from the ioctl */
2051 u_int np_qfirst[NR_TXRX],
2052 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
2053 uint16_t np_txpoll;
2054 uint16_t np_kloop_state; /* use with NMG_LOCK held */
2057 int np_sync_flags; /* to be passed to nm_sync */
2059 int np_refs; /* use with NMG_LOCK held */
[all …]