Lines Matching defs:sge_intr_counts
36 struct sge_intr_counts { struct
37 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 */
46 unsigned int cmdQ_restarted[3];/* # of times cmdQ X was restarted */