master/ioctl.h
changeset 1863 8ea4a79dfe84
parent 1862 05d224a66270
child 1944 73896ef6d077
child 1978 d9b6e641eaeb
equal deleted inserted replaced
1862:05d224a66270 1863:8ea4a79dfe84
   160     uint8_t scan_busy;
   160     uint8_t scan_busy;
   161     struct ec_ioctl_device {
   161     struct ec_ioctl_device {
   162         uint8_t address[6];
   162         uint8_t address[6];
   163         uint8_t attached;
   163         uint8_t attached;
   164         uint8_t link_state;
   164         uint8_t link_state;
   165         uint32_t tx_count;
   165         uint64_t tx_count;
   166         uint32_t rx_count;
   166         uint64_t rx_count;
   167         uint32_t tx_bytes;
   167         uint64_t tx_bytes;
   168         uint32_t tx_errors;
   168         uint64_t tx_errors;
   169         uint32_t tx_frame_rates[EC_RATE_COUNT];
   169         uint32_t tx_frame_rates[EC_RATE_COUNT];
   170         uint32_t tx_byte_rates[EC_RATE_COUNT];
   170         uint32_t tx_byte_rates[EC_RATE_COUNT];
   171         int32_t loss_rates[EC_RATE_COUNT];
   171         int32_t loss_rates[EC_RATE_COUNT];
   172     } devices[2];
   172     } devices[2];
   173     uint64_t app_time;
   173     uint64_t app_time;