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