Searched defs:nm_desc (Results 1 – 1 of 1) sorted by relevance
215 struct nm_desc { struct216 struct nm_desc *self; /* point to self if netmap. */ argument217 int fd;218 void *mem;219 uint32_t memsize;220 int done_mmap; /* set if mem is the result of mmap */221 struct netmap_if * const nifp;222 uint16_t first_tx_ring, last_tx_ring, cur_tx_ring;223 uint16_t first_rx_ring, last_rx_ring, cur_rx_ring;225 struct nm_pkthdr hdr;[all …]