Searched defs:nmreq (Results 1 – 1 of 1) sorted by relevance
150 struct nmreq { struct151 char nr_name[IFNAMSIZ];152 uint32_t nr_version; /* API version */153 uint32_t nr_offset; /* nifp offset in the shared region */154 uint32_t nr_memsize; /* size of the shared region */155 uint32_t nr_tx_slots; /* slots in tx rings */156 uint32_t nr_rx_slots; /* slots in rx rings */157 uint16_t nr_tx_rings; /* number of tx rings */158 uint16_t nr_rx_rings; /* number of rx rings */160 uint16_t nr_ringid; /* ring(s) we care about */[all …]