Searched defs:igc_queue (Results 1 – 1 of 1) sorted by relevance
259 struct igc_queue { struct260 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 …]