Searched defs:netmap_priv_d (Results 1 – 1 of 1) sorted by relevance
2046 struct netmap_priv_d { struct2047 struct netmap_if * volatile np_nifp; /* netmap if descriptor. */2049 struct netmap_adapter *np_na;2050 if_t np_ifp;2051 uint32_t np_flags; /* from the ioctl */2052 u_int np_qfirst[NR_TXRX],2053 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */2054 uint16_t np_txpoll;2055 uint16_t np_kloop_state; /* use with NMG_LOCK held */2058 int np_sync_flags; /* to be passed to nm_sync */[all …]