Lines Matching refs:UPT1_TxStats
45 { " TSO pkts tx", offsetof(struct UPT1_TxStats, TSOPktsTxOK) },
46 { " TSO bytes tx", offsetof(struct UPT1_TxStats, TSOBytesTxOK) },
47 { " ucast pkts tx", offsetof(struct UPT1_TxStats, ucastPktsTxOK) },
48 { " ucast bytes tx", offsetof(struct UPT1_TxStats, ucastBytesTxOK) },
49 { " mcast pkts tx", offsetof(struct UPT1_TxStats, mcastPktsTxOK) },
50 { " mcast bytes tx", offsetof(struct UPT1_TxStats, mcastBytesTxOK) },
51 { " bcast pkts tx", offsetof(struct UPT1_TxStats, bcastPktsTxOK) },
52 { " bcast bytes tx", offsetof(struct UPT1_TxStats, bcastBytesTxOK) },
53 { " pkts tx err", offsetof(struct UPT1_TxStats, pktsTxError) },
54 { " pkts tx discard", offsetof(struct UPT1_TxStats, pktsTxDiscard) },
127 struct UPT1_TxStats *devTxStats; in vmxnet3_get_stats64()