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.h9115 struct fw_port_stats_all { struct
9116 __be64 tx_bytes;
9117 __be64 tx_frames;
9118 __be64 tx_bcast;
9119 __be64 tx_mcast;
9120 __be64 tx_ucast;
9121 __be64 tx_error;
9122 __be64 tx_64b;
9123 __be64 tx_65b_127b;
9124 __be64 tx_128b_255b;
[all …]