Searched defs:sge_intr_counts (Results 1 – 2 of 2) 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 …]
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 …]