Lines Matching +full:tx +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 */
233 unsigned char mac_enable; /* MAC addr enable flags */
236 __be16 vlan_enable; /* VLAN tag enable flags */
255 __be32 tx_bytes; /* Tx bytes */
259 __be32 tx_uc_pkts; /* Tx UC packets */
260 __be32 tx_mc_pkts; /* Tx MC packets */
261 __be32 tx_bc_pkts; /* Tx BC packets */
269 __be32 tx_pause_xon; /* Tx XON frames */
270 __be32 tx_pause_xoff; /* Tx XOFF frames */
276 __be32 rx_64_frames; /* Rx 64-bytes frames */
277 __be32 rx_127_frames; /* Rx 65-127 bytes frames */
278 __be32 rx_255_frames; /* Rx 128-255 bytes frames */
279 __be32 rx_511_frames; /* Rx 256-511 bytes frames */
280 __be32 rx_1023_frames; /* Rx 512-1023 bytes frames */
281 __be32 rx_1522_frames; /* Rx 1024-1522 bytes frames */
282 __be32 rx_9022_frames; /* Rx 1523-9022 bytes frames */
283 __be32 tx_64_frames; /* Tx 64-bytes frames */
284 __be32 tx_127_frames; /* Tx 65-127 bytes frames */
285 __be32 tx_255_frames; /* Tx 128-255 bytes frames */
286 __be32 tx_511_frames; /* Tx 256-511 bytes frames */
287 __be32 tx_1023_frames; /* Tx 512-1023 bytes frames */
288 __be32 tx_1522_frames; /* Tx 1024-1522 bytes frames */
289 __be32 tx_9022_frames; /* Tx 1523-9022 bytes frames */
304 __be32 tx_pkts; /* Tx NCSI packets */
305 __be32 tx_aen_pkts; /* Tx AEN packets */
309 /* Get NCSI Pass-through Statistics */
312 __be32 tx_pkts; /* Tx packets */
313 __be32 tx_dropped; /* Tx dropped packets */
314 __be32 tx_channel_err; /* Tx channel errors */
315 __be32 tx_us_err; /* Tx undersize errors */
369 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
372 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */
373 #define NCSI_PKT_CMD_DCNT 0x07 /* Disable Channel Network Tx */
374 #define NCSI_PKT_CMD_AE 0x08 /* AEN Enable */
378 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */
381 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */
383 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */
391 #define NCSI_PKT_CMD_GNPTS 0x1a /* Get NCSI Pass-throu Statistics */