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