Source position: kerneldefs.pp line 211
type fddi_statistics = record |
rx_packets: __u32; |
tx_packets: __u32; |
rx_bytes: __u32; |
tx_bytes: __u32; |
rx_errors: __u32; |
tx_errors: __u32; |
rx_dropped: __u32; |
tx_dropped: __u32; |
multicast: __u32; |
transmit_collision: __u32; |
rx_length_errors: __u32; |
rx_over_errors: __u32; |
rx_crc_errors: __u32; |
rx_frame_errors: __u32; |
rx_fifo_errors: __u32; |
rx_missed_errors: __u32; |
tx_aborted_errors: __u32; |
tx_carrier_errors: __u32; |
tx_fifo_errors: __u32; |
tx_heartbeat_errors: __u32; |
tx_window_errors: __u32; |
rx_compressed: __u32; |
tx_compressed: __u32; |
smt_station_id: array [0..7] of __u8; |
smt_op_version_id: __u32; |
smt_hi_version_id: __u32; |
smt_lo_version_id: __u32; |
smt_user_data: array [0..31] of __u8; |
smt_mib_version_id: __u32; |
smt_mac_cts: __u32; |
smt_non_master_cts: __u32; |
smt_master_cts: __u32; |
smt_available_paths: __u32; |
smt_config_capabilities: __u32; |
smt_config_policy: __u32; |
smt_connection_policy: __u32; |
smt_t_notify: __u32; |
smt_stat_rpt_policy: __u32; |
smt_trace_max_expiration: __u32; |
smt_bypass_present: __u32; |
smt_ecm_state: __u32; |
smt_cf_state: __u32; |
smt_remote_disconnect_flag: __u32; |
smt_station_status: __u32; |
smt_peer_wrap_flag: __u32; |
smt_time_stamp: __u32; |
smt_transition_time_stamp: __u32; |
mac_frame_status_Functions: __u32; |
mac_t_max_capability: __u32; |
mac_tvx_capability: __u32; |
mac_available_paths: __u32; |
mac_current_path: __u32; |
mac_upstream_nbr: array [0..(FDDI_K_ALEN)-1] of __u8; |
mac_downstream_nbr: array [0..(FDDI_K_ALEN)-1] of __u8; |
mac_old_upstream_nbr: array [0..(FDDI_K_ALEN)-1] of __u8; |
mac_old_downstream_nbr: array [0..(FDDI_K_ALEN)-1] of __u8; |
mac_dup_address_test: __u32; |
mac_requested_paths: __u32; |
mac_downstream_port_type: __u32; |
mac_smt_address: array [0..(FDDI_K_ALEN)-1] of __u8; |
mac_t_req: __u32; |
mac_t_neg: __u32; |
mac_t_max: __u32; |
mac_tvx_value: __u32; |
mac_frame_cts: __u32; |
mac_copied_cts: __u32; |
mac_transmit_cts: __u32; |
mac_error_cts: __u32; |
mac_lost_cts: __u32; |
mac_frame_error_threshold: __u32; |
mac_frame_error_ratio: __u32; |
mac_rmt_state: __u32; |
mac_da_flag: __u32; |
mac_una_da_flag: __u32; |
mac_frame_error_flag: __u32; |
mac_ma_unitdata_available: __u32; |
mac_hardware_present: __u32; |
mac_ma_unitdata_enable: __u32; |
path_tvx_lower_bound: __u32; |
path_t_max_lower_bound: __u32; |
path_max_t_req: __u32; |
path_configuration: array [0..7] of __u32; |
port_my_type: array [0..1] of __u32; |
port_neighbor_type: array [0..1] of __u32; |
port_connection_policies: array [0..1] of __u32; |
port_mac_indicated: array [0..1] of __u32; |
port_current_path: array [0..1] of __u32; |
port_requested_paths: array [0..(3*2)-1] of __u8; |
port_mac_placement: array [0..1] of __u32; |
port_available_paths: array [0..1] of __u32; |
port_pmd_class: array [0..1] of __u32; |
port_connection_capabilities: array [0..1] of __u32; |
port_bs_flag: array [0..1] of __u32; |
port_lct_fail_cts: array [0..1] of __u32; |
port_ler_estimate: array [0..1] of __u32; |
port_lem_reject_cts: array [0..1] of __u32; |
port_lem_cts: array [0..1] of __u32; |
port_ler_cutoff: array [0..1] of __u32; |
port_ler_alarm: array [0..1] of __u32; |
port_connect_state: array [0..1] of __u32; |
port_pcm_state: array [0..1] of __u32; |
port_pc_withhold: array [0..1] of __u32; |
port_ler_flag: array [0..1] of __u32; |
port_hardware_present: array [0..1] of __u32; |
end; |