Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2688 struct fw_port_stats_all { struct
2689 __be64 tx_bytes;
2690 __be64 tx_frames;
2691 __be64 tx_bcast;
2692 __be64 tx_mcast;
2693 __be64 tx_ucast;
2694 __be64 tx_error;
2695 __be64 tx_64b;
2696 __be64 tx_65b_127b;
2697 __be64 tx_128b_255b;
[all …]
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7942 struct fw_port_stats_all { struct
7943 __be64 tx_bytes;
7944 __be64 tx_frames;
7945 __be64 tx_bcast;
7946 __be64 tx_mcast;
7947 __be64 tx_ucast;
7948 __be64 tx_error;
7949 __be64 tx_64b;
7950 __be64 tx_65b_127b;
7951 __be64 tx_128b_255b;
[all …]