Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_kern.h1938 struct netmap_priv_d { struct
1941 struct netmap_adapter *np_na;
1942 struct ifnet *np_ifp;
1943 uint32_t np_flags; /* from the ioctl */
1944 u_int np_qfirst[NR_TXRX],
1945 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
1946 uint16_t np_txpoll;
1947 uint16_t np_kloop_state; /* use with NMG_LOCK held */
1950 int np_sync_flags; /* to be passed to nm_sync */
1952 int np_refs; /* use with NMG_LOCK held */
[all …]