Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/netmap/
HDnetmap_kern.h1922 struct netmap_priv_d { struct
1923 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
1925 struct netmap_adapter *np_na;
1926 struct ifnet *np_ifp;
1927 uint32_t np_flags; /* from the ioctl */
1928 u_int np_qfirst[NR_TXRX],
1929 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
1930 uint16_t np_txpoll;
1931 uint16_t np_kloop_state; /* use with NMG_LOCK held */
1934 int np_sync_flags; /* to be passed to nm_sync */
[all …]