Lines Matching defs:netmap_priv_d
1938 struct netmap_priv_d { struct
1939 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
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 */
1980 struct netmap_priv_d *netmap_priv_new(void); argument