Lines Matching refs:offsetof
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) },
61 {" drv dropped tx total", offsetof(struct vmxnet3_tq_driver_stats,
63 { " too many frags", offsetof(struct vmxnet3_tq_driver_stats,
65 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats,
67 { " hdr err", offsetof(struct vmxnet3_tq_driver_stats,
69 { " tso", offsetof(struct vmxnet3_tq_driver_stats,
71 { " ring full", offsetof(struct vmxnet3_tq_driver_stats,
73 { " pkts linearized", offsetof(struct vmxnet3_tq_driver_stats,
75 { " hdr cloned", offsetof(struct vmxnet3_tq_driver_stats,
77 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats,
85 { " LRO pkts rx", offsetof(struct UPT1_RxStats, LROPktsRxOK) },
86 { " LRO byte rx", offsetof(struct UPT1_RxStats, LROBytesRxOK) },
87 { " ucast pkts rx", offsetof(struct UPT1_RxStats, ucastPktsRxOK) },
88 { " ucast bytes rx", offsetof(struct UPT1_RxStats, ucastBytesRxOK) },
89 { " mcast pkts rx", offsetof(struct UPT1_RxStats, mcastPktsRxOK) },
90 { " mcast bytes rx", offsetof(struct UPT1_RxStats, mcastBytesRxOK) },
91 { " bcast pkts rx", offsetof(struct UPT1_RxStats, bcastPktsRxOK) },
92 { " bcast bytes rx", offsetof(struct UPT1_RxStats, bcastBytesRxOK) },
93 { " pkts rx OOB", offsetof(struct UPT1_RxStats, pktsRxOutOfBuf) },
94 { " pkts rx err", offsetof(struct UPT1_RxStats, pktsRxError) },
101 { " drv dropped rx total", offsetof(struct vmxnet3_rq_driver_stats,
103 { " err", offsetof(struct vmxnet3_rq_driver_stats,
105 { " fcs", offsetof(struct vmxnet3_rq_driver_stats,
107 { " rx buf alloc fail", offsetof(struct vmxnet3_rq_driver_stats,
115 { "tx timeout count", offsetof(struct vmxnet3_adapter,