Home
last modified time | relevance | path

Searched refs:ucastBytesTxOK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/vmxnet3/
H A Dupt1_defs.h34 u64 ucastBytesTxOK; member
H A Dvmxnet3_ethtool.c49 { " ucast bytes tx", offsetof(struct UPT1_TxStats, ucastBytesTxOK) },
160 stats->tx_bytes += devTxStats->ucastBytesTxOK + in vmxnet3_get_stats64()
/openbmc/qemu/hw/net/
H A Dvmxnet3.h80 u64 ucastBytesTxOK; member
H A Dvmxnet3.c502 stats->ucastBytesTxOK += tot_len; in vmxnet3_on_tx_done_update_stats()
2337 VMSTATE_UINT64(ucastBytesTxOK, struct UPT1_TxStats),