Lines Matching +full:rx +full:- +full:tx
14 * Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
29 u64 tx_frames; /*!< Tx frames */
30 u64 tx_words; /*!< Tx words */
31 u64 tx_lip; /*!< Tx LIP */
32 u64 tx_nos; /*!< Tx NOS */
33 u64 tx_ols; /*!< Tx OLS */
34 u64 tx_lr; /*!< Tx LR */
35 u64 tx_lrr; /*!< Tx LRR */
36 u64 rx_frames; /*!< Rx frames */
37 u64 rx_words; /*!< Rx words */
38 u64 lip_count; /*!< Rx LIP */
39 u64 nos_count; /*!< Rx NOS */
40 u64 ols_count; /*!< Rx OLS */
41 u64 lr_count; /*!< Rx LR */
42 u64 lrr_count; /*!< Rx LRR */
43 u64 invalid_crcs; /*!< Rx CRC err frames */
44 u64 invalid_crc_gd_eof; /*!< Rx CRC err good EOF frames */
45 u64 undersized_frm; /*!< Rx undersized frames */
46 u64 oversized_frm; /*!< Rx oversized frames */
47 u64 bad_eof_frm; /*!< Rx frames with bad EOF */
57 u64 bbsc_frames_lost; /*!< Credit Recovery-Frames Lost */
58 u64 bbsc_credits_lost; /*!< Credit Recovery-Credits Lost */
59 u64 bbsc_link_resets; /*!< Credit Recovery-Link Resets */
69 u64 frame_65_127; /*!< Frames 65-127 bytes */
70 u64 frame_128_255; /*!< Frames 128-255 bytes */
71 u64 frame_256_511; /*!< Frames 256-511 bytes */
72 u64 frame_512_1023; /*!< Frames 512-1023 bytes */
73 u64 frame_1024_1518; /*!< Frames 1024-1518 bytes */
74 u64 frame_1519_1522; /*!< Frames 1519-1522 bytes */
75 u64 tx_bytes; /*!< Tx bytes */
76 u64 tx_packets; /*!< Tx packets */
77 u64 tx_mcast_packets; /*!< Tx multicast packets */
78 u64 tx_bcast_packets; /*!< Tx broadcast packets */
79 u64 tx_control_frame; /*!< Tx control frame */
80 u64 tx_drop; /*!< Tx drops */
81 u64 tx_jabber; /*!< Tx jabber */
82 u64 tx_fcs_error; /*!< Tx FCS errors */
83 u64 tx_fragments; /*!< Tx fragments */
84 u64 rx_bytes; /*!< Rx bytes */
85 u64 rx_packets; /*!< Rx packets */
86 u64 rx_mcast_packets; /*!< Rx multicast packets */
87 u64 rx_bcast_packets; /*!< Rx broadcast packets */
88 u64 rx_control_frames; /*!< Rx control frames */
89 u64 rx_unknown_opcode; /*!< Rx unknown opcode */
90 u64 rx_drop; /*!< Rx drops */
91 u64 rx_jabber; /*!< Rx jabber */
92 u64 rx_fcs_error; /*!< Rx FCS errors */
93 u64 rx_alignment_error; /*!< Rx alignment errors */
94 u64 rx_frame_length_error; /*!< Rx frame len errors */
95 u64 rx_code_error; /*!< Rx code errors */
96 u64 rx_fragments; /*!< Rx fragments */
97 u64 rx_pause; /*!< Rx pause */
98 u64 rx_zero_pause; /*!< Rx zero pause */
99 u64 tx_pause; /*!< Tx pause */
100 u64 tx_zero_pause; /*!< Tx zero pause */
101 u64 rx_fcoe_pause; /*!< Rx FCoE pause */
102 u64 rx_fcoe_zero_pause; /*!< Rx FCoE zero pause */
103 u64 tx_fcoe_pause; /*!< Tx FCoE pause */
104 u64 tx_fcoe_zero_pause; /*!< Tx FCoE zero pause */
105 u64 rx_iscsi_pause; /*!< Rx iSCSI pause */
106 u64 rx_iscsi_zero_pause; /*!< Rx iSCSI zero pause */
107 u64 tx_iscsi_pause; /*!< Tx iSCSI pause */
108 u64 tx_iscsi_zero_pause; /*!< Tx iSCSI zero pause */
185 /* Making this to tri-state for the benefit of port list command */
207 u32 lldp_tx_frames; /*!< LLDP Tx Frames */
208 u32 lldp_rx_frames; /*!< LLDP Rx Frames */
209 u32 lldp_rx_frames_invalid; /*!< LLDP Rx Frames invalid */
210 u32 lldp_rx_frames_new; /*!< LLDP Rx Frames new */
211 u32 lldp_tlvs_unrecognized; /*!< LLDP Rx unrecognized TLVs */
212 u32 lldp_rx_shutdown_tlvs; /*!< LLDP Rx shutdown TLVs */
216 u32 dcbx_rx_tlvs; /*!< DCBX Rx TLVs */
217 u32 dcbx_rx_tlvs_invalid; /*!< DCBX Rx TLVs invalid */