Searched refs:ucastBytesTxOK (Results 1 – 4 of 4) sorted by relevance
34 u64 ucastBytesTxOK; member
49 { " ucast bytes tx", offsetof(struct UPT1_TxStats, ucastBytesTxOK) },160 stats->tx_bytes += devTxStats->ucastBytesTxOK + in vmxnet3_get_stats64()
80 u64 ucastBytesTxOK; member
501 stats->ucastBytesTxOK += tot_len; in vmxnet3_on_tx_done_update_stats()2334 VMSTATE_UINT64(ucastBytesTxOK, struct UPT1_TxStats),