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 */
236 unsigned char mac_enable; /* MAC addr enable flags */
239 __be16 vlan_enable; /* VLAN tag enable flags */
258 __be32 tx_bytes; /* Tx bytes */
262 __be32 tx_uc_pkts; /* Tx UC packets */
263 __be32 tx_mc_pkts; /* Tx MC packets */
264 __be32 tx_bc_pkts; /* Tx BC packets */
272 __be32 tx_pause_xon; /* Tx XON frames */
273 __be32 tx_pause_xoff; /* Tx XOFF 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 */
307 __be32 tx_pkts; /* Tx NCSI packets */
308 __be32 tx_aen_pkts; /* Tx AEN packets */
312 /* Get NCSI Pass-through Statistics */
315 __be32 tx_pkts; /* Tx packets */
316 __be32 tx_dropped; /* Tx dropped packets */
317 __be32 tx_channel_err; /* Tx channel errors */
318 __be32 tx_us_err; /* Tx undersize errors */
380 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
383 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */
384 #define NCSI_PKT_CMD_DCNT 0x07 /* Disable 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 */