Lines Matching refs:UPT1_TxStats
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) },
142 struct UPT1_TxStats *devTxStats; in vmxnet3_get_stats64()