Searched defs:bnxt_cp_ring (Results 1 – 1 of 1) sorted by relevance
614 struct bnxt_cp_ring { struct615 struct bnxt_ring ring;616 struct if_irq irq;617 uint32_t cons;618 uint32_t raw_cons;619 bool v_bit; /* Value of valid bit */620 struct ctx_hw_stats *stats;621 uint32_t stats_ctx_id;622 uint32_t last_idx; /* Used by RX rings only625 uint64_t int_count;[all …]