Searched defs:ix_queue (Results 1 – 1 of 1) sorted by relevance
153 struct ix_queue { struct154 struct ix_softc *sc;155 uint32_t msix; /* This queue's MSIX vector */156 uint32_t eims; /* This queue's EIMS bit */157 uint32_t eitr_setting;158 char name[8];159 pci_intr_handle_t ih;160 void *tag;161 struct ix_txring *txr;162 struct ix_rxring *rxr;