Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dnlattr_ifinfomsg.c108 .rx_fifo_errors = 0xddfdebad, in main()
158 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
192 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
257 .rx_fifo_errors = 0xeffbadefafdaeaab, in main()
284 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
318 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c108 .rx_fifo_errors = 0xddfdebad, in main()
158 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
192 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
257 .rx_fifo_errors = 0xeffbadefafdaeaab, in main()
284 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
318 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c108 .rx_fifo_errors = 0xddfdebad, in main()
158 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
192 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
257 .rx_fifo_errors = 0xeffbadefafdaeaab, in main()
284 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
318 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
/external/u-boot/include/linux/
Dnetdevice.h46 unsigned long rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libnl/include/linux-private/linux/
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h68 int rx_fifo_errors; /* recv'r fifo overrun */ member
Dif_link.h26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/iproute2/include/uapi/linux/
Dif_link.h26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libpcap/
Dpcap-dos.h191 DWORD rx_fifo_errors; /* recv'r fifo overrun */ member
/external/strace/
Drtnl_link.c98 PRINT_FIELD_U(", ", st, rx_fifo_errors); in decode_rtnl_link_stats()
474 PRINT_FIELD_U(", ", st, rx_fifo_errors); in decode_rtnl_link_stats64()
/external/libpcap/pcap/
Dpcap.h240 u_long rx_fifo_errors; /* recv'r fifo overrun */ member
/external/iproute2/ip/
Dipaddress.c629 NULL, s->rx_fifo_errors); in print_link_stats64()
700 print_num(fp, 7, s->rx_fifo_errors); in print_link_stats64()
774 NULL, s->rx_fifo_errors); in print_link_stats32()
848 print_num(fp, 7, s->rx_fifo_errors); in print_link_stats32()
/external/libnl/lib/route/
Dlink.c330 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st->rx_fifo_errors; in rtnl_link_info_parse()
373 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st.rx_fifo_errors; in rtnl_link_info_parse()
/external/toybox/toys/pending/
Dip.c720 rtstat->rx_fifo_errors, rtstat->rx_missed_errors); in print_stats()