Searched defs:netmap_if (Results 1 – 1 of 1) sorted by relevance
356 struct netmap_if { struct357 char ni_name[IFNAMSIZ]; /* name of the interface. */358 const uint32_t ni_version; /* API version, currently unused */359 const uint32_t ni_flags; /* properties */369 const uint32_t ni_tx_rings; /* number of HW tx rings */370 const uint32_t ni_rx_rings; /* number of HW rx rings */372 uint32_t ni_bufs_head; /* head index for extra bufs */373 const uint32_t ni_host_tx_rings; /* number of SW tx rings */374 const uint32_t ni_host_rx_rings; /* number of SW rx rings */375 uint32_t ni_spare1[3];[all …]