Searched defs:sge_intr_counts (Results 1 – 1 of 1) sorted by relevance
45 struct sge_intr_counts { struct46 unsigned int rx_drops; /* # of packets dropped due to no mem */47 unsigned int pure_rsps; /* # of non-payload responses */48 unsigned int unhandled_irqs; /* # of unhandled interrupts */49 unsigned int respQ_empty; /* # times respQ empty */50 unsigned int respQ_overflow; /* # respQ overflow (fatal) */51 unsigned int freelistQ_empty; /* # times freelist empty */52 unsigned int pkt_too_big; /* packet too large (fatal) */53 unsigned int pkt_mismatch;54 unsigned int cmdQ_full[3]; /* not HW IRQ, host cmdQ[] full */[all …]