Searched defs:sge_intr_counts (Results 1 – 1 of 1) sorted by relevance
36 struct sge_intr_counts { struct37 unsigned int rx_drops; /* # of packets dropped due to no mem */38 unsigned int pure_rsps; /* # of non-payload responses */39 unsigned int unhandled_irqs; /* # of unhandled interrupts */40 unsigned int respQ_empty; /* # times respQ empty */41 unsigned int respQ_overflow; /* # respQ overflow (fatal) */42 unsigned int freelistQ_empty; /* # times freelist empty */43 unsigned int pkt_too_big; /* packet too large (fatal) */44 unsigned int pkt_mismatch;45 unsigned int cmdQ_full[3]; /* not HW IRQ, host cmdQ[] full */[all …]