Searched defs:ocs_xport_host_stats_s (Results 1 – 1 of 1) sorted by relevance
129 typedef struct ocs_xport_host_stats_s { struct130 uint32_t cc:1,132 uint32_t transmit_kbyte_count;133 uint32_t receive_kbyte_count;134 uint32_t transmit_frame_count;135 uint32_t receive_frame_count;136 uint32_t transmit_sequence_count;137 uint32_t receive_sequence_count;138 uint32_t total_exchanges_originator;139 uint32_t total_exchanges_responder;[all …]