Searched defs:igb_rx_ring (Results 1 – 1 of 1) sorted by relevance
275 struct igb_rx_ring { struct276 struct lwkt_serialize rx_serialize;277 struct igb_softc *sc;278 uint32_t me;279 union e1000_adv_rx_desc *rx_base;280 boolean_t discard;281 int num_rx_desc;282 uint32_t next_to_check;283 struct igb_rx_buf *rx_buf;284 bus_dma_tag_t rx_tag;[all …]