Searched defs:netmap_if (Results 1 – 1 of 1) sorted by relevance
373 struct netmap_if { struct374 char ni_name[IFNAMSIZ]; /* name of the interface. */375 const uint32_t ni_version; /* API version, currently unused */376 const uint32_t ni_flags; /* properties */386 const uint32_t ni_tx_rings; /* number of HW tx rings */387 const uint32_t ni_rx_rings; /* number of HW rx rings */389 uint32_t ni_bufs_head; /* head index for extra bufs */390 const uint32_t ni_host_tx_rings; /* number of SW tx rings */391 const uint32_t ni_host_rx_rings; /* number of SW rx rings */392 uint32_t ni_spare1[3];[all …]