Lines Matching +full:rx +full:- +full:enable

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 unsigned char revision; /* NCSI version - 0x01 */
75 /* AEN Enable */
101 unsigned char enable; /* Enable or disable */ member
106 /* Enable VLAN */
125 /* Enable Broadcast Filter */
133 /* Enable Global Multicast Filter */
227 unsigned char mac_enable; /* MAC addr enable flags */
230 __be16 vlan_enable; /* VLAN tag enable flags */
248 __be32 rx_bytes; /* Rx bytes */
250 __be32 rx_uc_pkts; /* Rx UC packets */
251 __be32 rx_mc_pkts; /* Rx MC packets */
252 __be32 rx_bc_pkts; /* Rx BC packets */
259 __be32 runt_pkts; /* Rx runt packets */
260 __be32 jabber_pkts; /* Rx jabber packets */
261 __be32 rx_pause_xon; /* Rx pause XON frames */
262 __be32 rx_pause_xoff; /* Rx XOFF frames */
269 __be32 rx_ctl_frames; /* Rx control frames */
270 __be32 rx_64_frames; /* Rx 64-bytes frames */
271 __be32 rx_127_frames; /* Rx 65-127 bytes frames */
272 __be32 rx_255_frames; /* Rx 128-255 bytes frames */
273 __be32 rx_511_frames; /* Rx 256-511 bytes frames */
274 __be32 rx_1023_frames; /* Rx 512-1023 bytes frames */
275 __be32 rx_1522_frames; /* Rx 1024-1522 bytes frames */
276 __be32 rx_9022_frames; /* Rx 1523-9022 bytes frames */
277 __be32 tx_64_frames; /* Tx 64-bytes frames */
278 __be32 tx_127_frames; /* Tx 65-127 bytes frames */
279 __be32 tx_255_frames; /* Tx 128-255 bytes frames */
280 __be32 tx_511_frames; /* Tx 256-511 bytes frames */
281 __be32 tx_1023_frames; /* Tx 512-1023 bytes frames */
282 __be32 tx_1522_frames; /* Tx 1024-1522 bytes frames */
283 __be32 tx_9022_frames; /* Tx 1523-9022 bytes frames */
284 __be32 rx_valid_bytes; /* Rx valid bytes */
285 __be32 rx_runt_pkts; /* Rx error runt packets */
286 __be32 rx_jabber_pkts; /* Rx error jabber packets */
293 __be32 rx_cmds; /* Rx NCSI commands */
297 __be32 rx_pkts; /* Rx NCSI packets */
303 /* Get NCSI Pass-through Statistics */
310 __be32 rx_pkts; /* Rx packets */
311 __be32 rx_dropped; /* Rx dropped packets */
312 __be32 rx_channel_err; /* Rx channel errors */
313 __be32 rx_us_err; /* Rx undersize errors */
314 __be32 rx_os_err; /* Rx oversize errors */
363 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
366 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */
368 #define NCSI_PKT_CMD_AE 0x08 /* AEN Enable */
372 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */
375 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */
377 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */
385 #define NCSI_PKT_CMD_GNPTS 0x1a /* Get NCSI Pass-throu Statistics */