Lines Matching full:ncsi
11 unsigned char revision; /* NCSI version - 0x01 */
21 struct ncsi_pkt_hdr common; /* Common NCSI packet header */
25 struct ncsi_pkt_hdr common; /* Common NCSI packet header */
31 struct ncsi_pkt_hdr common; /* Common NCSI packet header */
36 /* NCSI common command packet */
141 /* Set NCSI Flow Control */
150 /* OEM Request Command as per NCSI Specification */
157 /* OEM Response Packet as per NCSI Specification */
200 unsigned char major; /* NCSI version major */
201 unsigned char minor; /* NCSI version minor */
202 unsigned char update; /* NCSI version update */
203 unsigned char alpha1; /* NCSI version alpha1 */
205 unsigned char alpha2; /* NCSI version alpha2 */
299 /* Get NCSI Statistics */
302 __be32 rx_cmds; /* Rx NCSI commands */
306 __be32 rx_pkts; /* Rx NCSI packets */
307 __be32 tx_pkts; /* Tx NCSI packets */
312 /* Get NCSI Pass-through Statistics */
373 /* NCSI packet revision */
376 /* NCSI packet commands */
396 #define NCSI_PKT_CMD_SNFC 0x14 /* Set NCSI Flow Control */
401 #define NCSI_PKT_CMD_GNS 0x19 /* Get NCSI Statistics */
402 #define NCSI_PKT_CMD_GNPTS 0x1a /* Get NCSI Pass-throu Statistics */
405 #define NCSI_PKT_CMD_PLDM 0x51 /* PLDM request over NCSI over RBT */
412 /* NCSI packet responses */
447 /* NCSI response code/reason */
460 /* NCSI AEN packet type */