Lines Matching refs:offsetof

763 	{"packets", offsetof(struct sge_eth_rx_stats, pkts)},
764 {"bytes", offsetof(struct sge_eth_rx_stats, rx_bytes)},
765 {"checksum_offloads", offsetof(struct sge_eth_rx_stats, rx_cso)},
766 {"vlan_extractions", offsetof(struct sge_eth_rx_stats, vlan_ex)},
767 {"dropped_packets", offsetof(struct sge_eth_rx_stats, rx_drops)},
771 {"packets", offsetof(struct sge_eth_tx_stats, pkts)},
772 {"bytes", offsetof(struct sge_eth_tx_stats, tx_bytes)},
773 {"tso_requests", offsetof(struct sge_eth_tx_stats, tso)},
774 {"checksum_offloads", offsetof(struct sge_eth_tx_stats, tx_cso)},
775 {"vlan_insertions", offsetof(struct sge_eth_tx_stats, vlan_ins)},
777 offsetof(struct sge_eth_tx_stats, mapping_err)},
778 {"coalesced_wrs", offsetof(struct sge_eth_tx_stats, coal_wr)},
779 {"coalesced_packets", offsetof(struct sge_eth_tx_stats, coal_pkts)},
783 {"tx_bytes", offsetof(struct port_stats, tx_octets)},
784 {"tx_packets", offsetof(struct port_stats, tx_frames)},
785 {"tx_broadcast_packets", offsetof(struct port_stats, tx_bcast_frames)},
786 {"tx_multicast_packets", offsetof(struct port_stats, tx_mcast_frames)},
787 {"tx_unicast_packets", offsetof(struct port_stats, tx_ucast_frames)},
788 {"tx_error_packets", offsetof(struct port_stats, tx_error_frames)},
789 {"tx_size_64_packets", offsetof(struct port_stats, tx_frames_64)},
791 offsetof(struct port_stats, tx_frames_65_127)},
793 offsetof(struct port_stats, tx_frames_128_255)},
795 offsetof(struct port_stats, tx_frames_256_511)},
797 offsetof(struct port_stats, tx_frames_512_1023)},
799 offsetof(struct port_stats, tx_frames_1024_1518)},
801 offsetof(struct port_stats, tx_frames_1519_max)},
802 {"tx_drop_packets", offsetof(struct port_stats, tx_drop)},
803 {"tx_pause_frames", offsetof(struct port_stats, tx_pause)},
804 {"tx_ppp_pri0_packets", offsetof(struct port_stats, tx_ppp0)},
805 {"tx_ppp_pri1_packets", offsetof(struct port_stats, tx_ppp1)},
806 {"tx_ppp_pri2_packets", offsetof(struct port_stats, tx_ppp2)},
807 {"tx_ppp_pri3_packets", offsetof(struct port_stats, tx_ppp3)},
808 {"tx_ppp_pri4_packets", offsetof(struct port_stats, tx_ppp4)},
809 {"tx_ppp_pri5_packets", offsetof(struct port_stats, tx_ppp5)},
810 {"tx_ppp_pri6_packets", offsetof(struct port_stats, tx_ppp6)},
811 {"tx_ppp_pri7_packets", offsetof(struct port_stats, tx_ppp7)},
812 {"rx_bytes", offsetof(struct port_stats, rx_octets)},
813 {"rx_packets", offsetof(struct port_stats, rx_frames)},
814 {"rx_broadcast_packets", offsetof(struct port_stats, rx_bcast_frames)},
815 {"rx_multicast_packets", offsetof(struct port_stats, rx_mcast_frames)},
816 {"rx_unicast_packets", offsetof(struct port_stats, rx_ucast_frames)},
817 {"rx_too_long_packets", offsetof(struct port_stats, rx_too_long)},
818 {"rx_jabber_packets", offsetof(struct port_stats, rx_jabber)},
819 {"rx_fcs_error_packets", offsetof(struct port_stats, rx_fcs_err)},
820 {"rx_length_error_packets", offsetof(struct port_stats, rx_len_err)},
822 offsetof(struct port_stats, rx_symbol_err)},
823 {"rx_short_packets", offsetof(struct port_stats, rx_runt)},
824 {"rx_size_64_packets", offsetof(struct port_stats, rx_frames_64)},
826 offsetof(struct port_stats, rx_frames_65_127)},
828 offsetof(struct port_stats, rx_frames_128_255)},
830 offsetof(struct port_stats, rx_frames_256_511)},
832 offsetof(struct port_stats, rx_frames_512_1023)},
834 offsetof(struct port_stats, rx_frames_1024_1518)},
836 offsetof(struct port_stats, rx_frames_1519_max)},
837 {"rx_pause_packets", offsetof(struct port_stats, rx_pause)},
838 {"rx_ppp_pri0_packets", offsetof(struct port_stats, rx_ppp0)},
839 {"rx_ppp_pri1_packets", offsetof(struct port_stats, rx_ppp1)},
840 {"rx_ppp_pri2_packets", offsetof(struct port_stats, rx_ppp2)},
841 {"rx_ppp_pri3_packets", offsetof(struct port_stats, rx_ppp3)},
842 {"rx_ppp_pri4_packets", offsetof(struct port_stats, rx_ppp4)},
843 {"rx_ppp_pri5_packets", offsetof(struct port_stats, rx_ppp5)},
844 {"rx_ppp_pri6_packets", offsetof(struct port_stats, rx_ppp6)},
845 {"rx_ppp_pri7_packets", offsetof(struct port_stats, rx_ppp7)},
846 {"rx_bg0_dropped_packets", offsetof(struct port_stats, rx_ovflow0)},
847 {"rx_bg1_dropped_packets", offsetof(struct port_stats, rx_ovflow1)},
848 {"rx_bg2_dropped_packets", offsetof(struct port_stats, rx_ovflow2)},
849 {"rx_bg3_dropped_packets", offsetof(struct port_stats, rx_ovflow3)},
850 {"rx_bg0_truncated_packets", offsetof(struct port_stats, rx_trunc0)},
851 {"rx_bg1_truncated_packets", offsetof(struct port_stats, rx_trunc1)},
852 {"rx_bg2_truncated_packets", offsetof(struct port_stats, rx_trunc2)},
853 {"rx_bg3_truncated_packets", offsetof(struct port_stats, rx_trunc3)},
858 {"tx_bytes", offsetof(struct port_stats, tx_octets)},
859 {"tx_broadcast_packets", offsetof(struct port_stats, tx_bcast_frames)},
860 {"tx_multicast_packets", offsetof(struct port_stats, tx_mcast_frames)},
861 {"tx_unicast_packets", offsetof(struct port_stats, tx_ucast_frames)},
862 {"tx_drop_packets", offsetof(struct port_stats, tx_drop)},
863 {"rx_broadcast_packets", offsetof(struct port_stats, rx_bcast_frames)},
864 {"rx_multicast_packets", offsetof(struct port_stats, rx_mcast_frames)},
865 {"rx_unicast_packets", offsetof(struct port_stats, rx_ucast_frames)},
866 {"rx_length_error_packets", offsetof(struct port_stats, rx_len_err)},