Searched defs:netmap_priv_d (Results 1 – 1 of 1) sorted by relevance
1924 struct netmap_priv_d { struct1927 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 */[all …]