Searched defs:enic_cp_ring (Results 1 – 1 of 1) sorted by relevance
379 struct enic_cp_ring { struct380 struct enic_ring ring;381 struct if_irq irq;382 uint32_t cons;383 bool v_bit; /* Value of valid bit */384 struct ctx_hw_stats *stats;385 uint32_t stats_ctx_id;386 uint32_t last_idx; /* Used by RX rings only