Searched defs:em_queue (Results 1 – 1 of 1) sorted by relevance
364 struct em_queue { struct365 struct em_softc *sc;366 uint32_t me; /* queue index, also msix vector */367 uint32_t eims; /* msix only */368 void *tag; /* NULL in legacy, check sc_intrhand */369 char name[8];370 struct em_tx tx;371 struct em_rx rx;373 struct timeout rx_refill;