Home
last modified time | relevance | path

Searched refs:tx_fifo_errors (Results 1 – 14 of 14) sorted by relevance

/external/strace/tests-m32/
Dnlattr_ifinfomsg.c112 .tx_fifo_errors = 0xaebdffab, in main()
162 PRINT_FIELD_U(", ", st, tx_fifo_errors); in main()
196 PRINT_FIELD_U(", ", st, tx_fifo_errors); in main()
261 .tx_fifo_errors = 0xcddefdbedeadce, in main()
288 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
322 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c112 .tx_fifo_errors = 0xaebdffab, in main()
162 PRINT_FIELD_U(", ", st, tx_fifo_errors); in main()
196 PRINT_FIELD_U(", ", st, tx_fifo_errors); in main()
261 .tx_fifo_errors = 0xcddefdbedeadce, in main()
288 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
322 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c112 .tx_fifo_errors = 0xaebdffab, in main()
162 PRINT_FIELD_U(", ", st, tx_fifo_errors); in main()
196 PRINT_FIELD_U(", ", st, tx_fifo_errors); in main()
261 .tx_fifo_errors = 0xcddefdbedeadce, in main()
288 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
322 PRINT_FIELD_U(", ", st64, tx_fifo_errors); in main()
/external/u-boot/include/linux/
Dnetdevice.h52 unsigned long tx_fifo_errors; member
/external/libnl/include/linux-private/linux/
Dif_link.h31 __u32 tx_fifo_errors; member
64 __u64 tx_fifo_errors; member
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h74 int tx_fifo_errors; member
Dif_link.h32 __u32 tx_fifo_errors; member
67 __u64 tx_fifo_errors; member
/external/iproute2/include/uapi/linux/
Dif_link.h32 __u32 tx_fifo_errors; member
67 __u64 tx_fifo_errors; member
/external/libpcap/
Dpcap-dos.h197 DWORD tx_fifo_errors; member
/external/strace/
Drtnl_link.c103 PRINT_FIELD_U(", ", st, tx_fifo_errors); in decode_rtnl_link_stats()
479 PRINT_FIELD_U(", ", st, tx_fifo_errors); in decode_rtnl_link_stats64()
/external/libpcap/pcap/
Dpcap.h246 u_long tx_fifo_errors; member
/external/iproute2/ip/
Dipaddress.c661 NULL, s->tx_fifo_errors); in print_link_stats64()
732 print_num(fp, 7, s->tx_fifo_errors); in print_link_stats64()
807 NULL, s->tx_fifo_errors); in print_link_stats32()
879 print_num(fp, 7, s->tx_fifo_errors); in print_link_stats32()
/external/libnl/lib/route/
Dlink.c335 link->l_stats[RTNL_LINK_TX_FIFO_ERR] = st->tx_fifo_errors; in rtnl_link_info_parse()
378 link->l_stats[RTNL_LINK_TX_FIFO_ERR] = st.tx_fifo_errors; in rtnl_link_info_parse()
/external/toybox/toys/pending/
Dip.c730 rtstat->tx_fifo_errors, rtstat->tx_window_errors, in print_stats()