Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vmxnet3/
H A Dupt1_defs.h48 u64 ucastBytesRxOK; member
H A Dvmxnet3_ethtool.c93 { " ucast bytes rx", offsetof(struct UPT1_RxStats, ucastBytesRxOK) },
174 stats->rx_bytes += devRxStats->ucastBytesRxOK + in vmxnet3_get_stats64()
/openbmc/qemu/hw/net/
H A Dvmxnet3.h94 u64 ucastBytesRxOK; member
H A Dvmxnet3.c561 stats->ucastBytesRxOK += tot_len; in vmxnet3_on_rx_done_update_stats()
2371 VMSTATE_UINT64(ucastBytesRxOK, struct UPT1_RxStats),