Searched defs:igc_rxring (Results 1 – 1 of 1) sorted by relevance
276 struct igc_rxring { struct277 struct igc_softc *sc;278 struct ifiqueue *ifiq;279 uint32_t me;280 union igc_adv_rx_desc *rx_base;281 struct igc_rx_buf *rx_buffers;282 struct igc_dma_alloc rxdma;283 uint32_t last_desc_filled;284 uint32_t next_to_check;285 struct timeout rx_refill;[all …]