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 */
236 unsigned char mac_enable; /* MAC addr enable flags */
239 __be16 vlan_enable; /* VLAN tag enable flags */
257 __be32 rx_bytes; /* Rx bytes */
259 __be32 rx_uc_pkts; /* Rx UC packets */
260 __be32 rx_mc_pkts; /* Rx MC packets */
261 __be32 rx_bc_pkts; /* Rx BC packets */
268 __be32 runt_pkts; /* Rx runt packets */
269 __be32 jabber_pkts; /* Rx jabber packets */
270 __be32 rx_pause_xon; /* Rx pause XON frames */
271 __be32 rx_pause_xoff; /* Rx XOFF frames */
278 __be32 rx_ctl_frames; /* Rx control frames */
279 __be32 rx_64_frames; /* Rx 64-bytes frames */
280 __be32 rx_127_frames; /* Rx 65-127 bytes frames */
281 __be32 rx_255_frames; /* Rx 128-255 bytes frames */
282 __be32 rx_511_frames; /* Rx 256-511 bytes frames */
283 __be32 rx_1023_frames; /* Rx 512-1023 bytes frames */
284 __be32 rx_1522_frames; /* Rx 1024-1522 bytes frames */
285 __be32 rx_9022_frames; /* Rx 1523-9022 bytes frames */
286 __be32 tx_64_frames; /* Tx 64-bytes frames */
287 __be32 tx_127_frames; /* Tx 65-127 bytes frames */
288 __be32 tx_255_frames; /* Tx 128-255 bytes frames */
289 __be32 tx_511_frames; /* Tx 256-511 bytes frames */
290 __be32 tx_1023_frames; /* Tx 512-1023 bytes frames */
291 __be32 tx_1522_frames; /* Tx 1024-1522 bytes frames */
292 __be32 tx_9022_frames; /* Tx 1523-9022 bytes frames */
293 __be32 rx_valid_bytes; /* Rx valid bytes */
294 __be32 rx_runt_pkts; /* Rx error runt packets */
295 __be32 rx_jabber_pkts; /* Rx error jabber packets */
302 __be32 rx_cmds; /* Rx NCSI commands */
306 __be32 rx_pkts; /* Rx NCSI packets */
312 /* Get NCSI Pass-through Statistics */
319 __be32 rx_pkts; /* Rx packets */
320 __be32 rx_dropped; /* Rx dropped packets */
321 __be32 rx_channel_err; /* Rx channel errors */
322 __be32 rx_us_err; /* Rx undersize errors */
323 __be32 rx_os_err; /* Rx oversize errors */
380 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
383 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */
385 #define NCSI_PKT_CMD_AE 0x08 /* AEN Enable */
389 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */
392 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */
394 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */
402 #define NCSI_PKT_CMD_GNPTS 0x1a /* Get NCSI Pass-throu Statistics */