Searched defs:sge_intr_counts (Results 1 – 1 of 1) sorted by relevance
299 struct sge_intr_counts { struct300 uint32_t respQ_empty; /* # times respQ empty */301 uint32_t respQ_overflow; /* # respQ overflow (fatal) */302 uint32_t freelistQ_empty; /* # times freelist empty */303 uint32_t pkt_too_big; /* packet too large (fatal) */304 uint32_t pkt_mismatch;305 uint32_t cmdQ_full[2]; /* not HW intr, host cmdQ[] full */306 uint32_t tx_reclaims[2];307 uint32_t tx_msg_pullups; /* # of tx pkt coelescing events */308 uint32_t tx_hdr_pullups; /* # of tx hdr coelescing events */[all …]