Home
last modified time | relevance | path

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

/freebsd/sys/dev/liquidio/base/
H A Dlio_iq.h78 struct lio_iq_stats { struct
79 uint64_t instr_posted; /**< Instructions posted to this queue. */
80 uint64_t instr_processed; /**< Instructions processed in this queue. */
81 uint64_t instr_dropped; /**< Instructions that could not be processed */
82 uint64_t bytes_sent; /**< Bytes sent through this queue. */
83 uint64_t sgentry_sent; /**< Gather entries sent through this queue. */
84 uint64_t tx_done; /**< Num of packets sent to network. */
85 uint64_t tx_iq_busy; /**< Numof times this iq was found to be full. */
86 uint64_t tx_dropped; /**< Numof pkts dropped dueto xmitpath errors. */
87 uint64_t tx_tot_bytes; /**< Total count of bytes sento to network. */
[all …]