Home
last modified time | relevance | path

Searched defs:sf_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/sf/
Dif_sfreg.h929 struct sf_stats { struct
930 uint64_t sf_tx_frames;
931 uint32_t sf_tx_single_colls;
932 uint32_t sf_tx_multi_colls;
933 uint32_t sf_tx_crcerrs;
934 uint64_t sf_tx_bytes;
935 uint32_t sf_tx_deferred;
936 uint32_t sf_tx_late_colls;
937 uint32_t sf_tx_pause_frames;
938 uint32_t sf_tx_control_frames;
[all …]
/freebsd-9-stable/contrib/libpcap/
Dsavefile.c110 sf_stats(pcap_t *p, struct pcap_stat *ps) in sf_stats() function