Home
last modified time | relevance | path

Searched defs:sge_intr_counts (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h297 struct sge_intr_counts { struct
298 uint32_t respQ_empty; /* # times respQ empty */
301 uint32_t pkt_too_big; /* packet too large (fatal) */
302 uint32_t pkt_mismatch;
304 uint32_t tx_reclaims[2];
314 uint32_t tx_no_dma1; /* # of dma mapping failures */
316 uint32_t rx_cmdq0; /* # of Qsleeping CMDQ0's */
317 uint32_t rx_cmdq1; /* # of Qsleeping CMDQ1's */
318 uint32_t rx_flq0; /* # of Qsleeping FL0's */
319 uint32_t rx_flq1; /* # of Qsleeping FL1's */
[all …]