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