Searched defs:oce_tx_queue_stats (Results 1 – 1 of 1) sorted by relevance
675 struct oce_tx_queue_stats { struct676 uint64_t tx_pkts;677 uint64_t tx_bytes;678 uint32_t tx_reqs;679 uint32_t tx_stops; /* number of times TX Q was stopped */680 uint32_t tx_wrbs;681 uint32_t tx_compl;705 struct oce_tx_queue_stats tx_stats; argument