Searched defs:nm_desc (Results 1 – 1 of 1) sorted by relevance
251 struct nm_desc { struct252 struct nm_desc *self; /* point to self if netmap. */ argument253 int fd;254 void *mem;255 size_t memsize;256 int done_mmap; /* set if mem is the result of mmap */257 struct netmap_if * const nifp;258 uint16_t first_tx_ring, last_tx_ring, cur_tx_ring;259 uint16_t first_rx_ring, last_rx_ring, cur_rx_ring;261 struct nm_pkthdr hdr;[all …]