Lines Matching +full:cap +full:- +full:get

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 unsigned char revision; /* NCSI version - 0x01 */
187 /* Get Link Status */
197 /* Get Version ID */
213 /* Get Capabilities */
216 __be32 cap; /* Capabilities */ member
217 __be32 bc_cap; /* Broadcast cap */
218 __be32 mc_cap; /* Multicast cap */
219 __be32 buf_cap; /* Buffering cap */
220 __be32 aen_cap; /* AEN cap */
231 /* Get Parameters */
252 /* Get Controller Packet Statistics */
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 */
299 /* Get NCSI Statistics */
312 /* Get NCSI Pass-through Statistics */
327 /* Get package status */
334 /* Get package UUID */
341 /* Get MC MAC Address */
387 #define NCSI_PKT_CMD_GLS 0x0a /* Get Link */
397 #define NCSI_PKT_CMD_GVI 0x15 /* Get Version ID */
398 #define NCSI_PKT_CMD_GC 0x16 /* Get Capabilities */
399 #define NCSI_PKT_CMD_GP 0x17 /* Get Parameters */
400 #define NCSI_PKT_CMD_GCPS 0x18 /* Get Controller Packet Statistics */
401 #define NCSI_PKT_CMD_GNS 0x19 /* Get NCSI Statistics */
402 #define NCSI_PKT_CMD_GNPTS 0x1a /* Get NCSI Pass-throu Statistics */
403 #define NCSI_PKT_CMD_GPS 0x1b /* Get package status */
406 #define NCSI_PKT_CMD_GPUUID 0x52 /* Get package UUID */
409 #define NCSI_PKT_CMD_GMCMA 0x58 /* Get MC MAC Address */