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 */
227 unsigned char mac_enable; /* MAC addr enable flags */
230 __be16 vlan_enable; /* VLAN tag enable flags */
249 __be32 tx_bytes; /* Tx bytes */
253 __be32 tx_uc_pkts; /* Tx UC packets */
254 __be32 tx_mc_pkts; /* Tx MC packets */
255 __be32 tx_bc_pkts; /* Tx BC packets */
263 __be32 tx_pause_xon; /* Tx XON frames */
264 __be32 tx_pause_xoff; /* Tx XOFF 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 */
298 __be32 tx_pkts; /* Tx NCSI packets */
299 __be32 tx_aen_pkts; /* Tx AEN packets */
303 /* Get NCSI Pass-through Statistics */
306 __be32 tx_pkts; /* Tx packets */
307 __be32 tx_dropped; /* Tx dropped packets */
308 __be32 tx_channel_err; /* Tx channel errors */
309 __be32 tx_us_err; /* Tx undersize errors */
363 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
366 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */
367 #define NCSI_PKT_CMD_DCNT 0x07 /* Disable 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 */