Home
last modified time | relevance | path

Searched defs:igc_queue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.h259 struct igc_queue { struct
260 struct igc_softc *sc;
261 uint32_t msix;
262 uint32_t eims;
263 uint32_t eitr_setting;
264 pci_intr_handle_t ih;
265 void *tag;
266 struct tx_ring *txr;
267 struct rx_ring *rxr;
269 void *igcq_si;
[all …]