Searched refs:UPT1_TxStats (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | 46 { " TSO pkts tx", offsetof(struct UPT1_TxStats, TSOPktsTxOK) }, 47 { " TSO bytes tx", offsetof(struct UPT1_TxStats, TSOBytesTxOK) }, 48 { " ucast pkts tx", offsetof(struct UPT1_TxStats, ucastPktsTxOK) }, 49 { " ucast bytes tx", offsetof(struct UPT1_TxStats, ucastBytesTxOK) }, 50 { " mcast pkts tx", offsetof(struct UPT1_TxStats, mcastPktsTxOK) }, 51 { " mcast bytes tx", offsetof(struct UPT1_TxStats, mcastBytesTxOK) }, 52 { " bcast pkts tx", offsetof(struct UPT1_TxStats, bcastPktsTxOK) }, 53 { " bcast bytes tx", offsetof(struct UPT1_TxStats, bcastBytesTxOK) }, 54 { " pkts tx err", offsetof(struct UPT1_TxStats, pktsTxError) }, 55 { " pkts tx discard", offsetof(struct UPT1_TxStats, pktsTxDiscard) }, [all …]
|
H A D | upt1_defs.h | 30 struct UPT1_TxStats { struct
|
H A D | vmxnet3_defs.h | 681 struct UPT1_TxStats stats;
|
/openbmc/qemu/hw/net/ |
H A D | vmxnet3.c | 486 struct UPT1_TxStats *stats = &s->txq_descr[qidx].txq_stats; in vmxnet3_on_tx_done_update_stats() 2331 VMSTATE_UINT64(TSOPktsTxOK, struct UPT1_TxStats), 2332 VMSTATE_UINT64(TSOBytesTxOK, struct UPT1_TxStats), 2333 VMSTATE_UINT64(ucastPktsTxOK, struct UPT1_TxStats), 2334 VMSTATE_UINT64(ucastBytesTxOK, struct UPT1_TxStats), 2335 VMSTATE_UINT64(mcastPktsTxOK, struct UPT1_TxStats), 2336 VMSTATE_UINT64(mcastBytesTxOK, struct UPT1_TxStats), 2337 VMSTATE_UINT64(bcastPktsTxOK, struct UPT1_TxStats), 2338 VMSTATE_UINT64(bcastBytesTxOK, struct UPT1_TxStats), 2339 VMSTATE_UINT64(pktsTxError, struct UPT1_TxStats), [all …]
|
H A D | vmxnet3_defs.h | 47 struct UPT1_TxStats txq_stats;
|
H A D | vmxnet3.h | 76 struct UPT1_TxStats { struct 728 struct UPT1_TxStats stats;
|