Lines Matching defs:netmap_priv_d
1924 struct netmap_priv_d { struct
1925 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */
1927 struct netmap_adapter *np_na;
1928 struct ifnet *np_ifp;
1929 uint32_t np_flags; /* from the ioctl */
1930 u_int np_qfirst[NR_TXRX],
1931 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
1932 uint16_t np_txpoll;
1933 uint16_t np_kloop_state; /* use with NMG_LOCK held */
1936 int np_sync_flags; /* to be passed to nm_sync */
1938 int np_refs; /* use with NMG_LOCK held */
1966 struct netmap_priv_d *netmap_priv_new(void); argument