Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vmxnet3/
H A Dupt1_defs.h38 u64 bcastBytesTxOK; member
H A Dvmxnet3_ethtool.c53 { " bcast bytes tx", offsetof(struct UPT1_TxStats, bcastBytesTxOK) },
162 devTxStats->bcastBytesTxOK; in vmxnet3_get_stats64()
/openbmc/qemu/hw/net/
H A Dvmxnet3.h84 u64 bcastBytesTxOK; member
H A Dvmxnet3.c494 stats->bcastBytesTxOK += tot_len; in vmxnet3_on_tx_done_update_stats()
2341 VMSTATE_UINT64(bcastBytesTxOK, struct UPT1_TxStats),