Searched defs:lio_iq_stats (Results 1 – 1 of 1) sorted by relevance
31 struct lio_iq_stats { struct32 uint64_t instr_posted; /**< Instructions posted to this queue. */33 uint64_t instr_processed; /**< Instructions processed in this queue. */34 uint64_t instr_dropped; /**< Instructions that could not be processed */35 uint64_t bytes_sent; /**< Bytes sent through this queue. */36 uint64_t tx_done; /**< Num of packets sent to network. */37 uint64_t tx_iq_busy; /**< Num of times this iq was found to be full. */38 uint64_t tx_dropped; /**< Num of pkts dropped due to xmitpath errors. */39 uint64_t tx_tot_bytes; /**< Total count of bytes sent to network. */