Lines Matching +full:0 +full:x80
11 unsigned char revision; /* NCSI version - 0x01 */
357 #define NCSI_PKT_REVISION 0x01
360 #define NCSI_PKT_CMD_CIS 0x00 /* Clear Initial State */
361 #define NCSI_PKT_CMD_SP 0x01 /* Select Package */
362 #define NCSI_PKT_CMD_DP 0x02 /* Deselect Package */
363 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
364 #define NCSI_PKT_CMD_DC 0x04 /* Disable Channel */
365 #define NCSI_PKT_CMD_RC 0x05 /* Reset 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 */
369 #define NCSI_PKT_CMD_SL 0x09 /* Set Link */
370 #define NCSI_PKT_CMD_GLS 0x0a /* Get Link */
371 #define NCSI_PKT_CMD_SVF 0x0b /* Set VLAN Filter */
372 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */
373 #define NCSI_PKT_CMD_DV 0x0d /* Disable VLAN */
374 #define NCSI_PKT_CMD_SMA 0x0e /* Set MAC address */
375 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */
376 #define NCSI_PKT_CMD_DBF 0x11 /* Disable Broadcast Filter */
377 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */
378 #define NCSI_PKT_CMD_DGMF 0x13 /* Disable Global Multicast Filter */
379 #define NCSI_PKT_CMD_SNFC 0x14 /* Set NCSI Flow Control */
380 #define NCSI_PKT_CMD_GVI 0x15 /* Get Version ID */
381 #define NCSI_PKT_CMD_GC 0x16 /* Get Capabilities */
382 #define NCSI_PKT_CMD_GP 0x17 /* Get Parameters */
383 #define NCSI_PKT_CMD_GCPS 0x18 /* Get Controller Packet Statistics */
384 #define NCSI_PKT_CMD_GNS 0x19 /* Get NCSI Statistics */
385 #define NCSI_PKT_CMD_GNPTS 0x1a /* Get NCSI Pass-throu Statistics */
386 #define NCSI_PKT_CMD_GPS 0x1b /* Get package status */
387 #define NCSI_PKT_CMD_OEM 0x50 /* OEM */
388 #define NCSI_PKT_CMD_PLDM 0x51 /* PLDM request over NCSI over RBT */
389 #define NCSI_PKT_CMD_GPUUID 0x52 /* Get package UUID */
390 #define NCSI_PKT_CMD_QPNPR 0x56 /* Query Pending NC PLDM request */
391 #define NCSI_PKT_CMD_SNPR 0x57 /* Send NC PLDM Reply */
395 #define NCSI_PKT_RSP_CIS (NCSI_PKT_CMD_CIS + 0x80)
396 #define NCSI_PKT_RSP_SP (NCSI_PKT_CMD_SP + 0x80)
397 #define NCSI_PKT_RSP_DP (NCSI_PKT_CMD_DP + 0x80)
398 #define NCSI_PKT_RSP_EC (NCSI_PKT_CMD_EC + 0x80)
399 #define NCSI_PKT_RSP_DC (NCSI_PKT_CMD_DC + 0x80)
400 #define NCSI_PKT_RSP_RC (NCSI_PKT_CMD_RC + 0x80)
401 #define NCSI_PKT_RSP_ECNT (NCSI_PKT_CMD_ECNT + 0x80)
402 #define NCSI_PKT_RSP_DCNT (NCSI_PKT_CMD_DCNT + 0x80)
403 #define NCSI_PKT_RSP_AE (NCSI_PKT_CMD_AE + 0x80)
404 #define NCSI_PKT_RSP_SL (NCSI_PKT_CMD_SL + 0x80)
405 #define NCSI_PKT_RSP_GLS (NCSI_PKT_CMD_GLS + 0x80)
406 #define NCSI_PKT_RSP_SVF (NCSI_PKT_CMD_SVF + 0x80)
407 #define NCSI_PKT_RSP_EV (NCSI_PKT_CMD_EV + 0x80)
408 #define NCSI_PKT_RSP_DV (NCSI_PKT_CMD_DV + 0x80)
409 #define NCSI_PKT_RSP_SMA (NCSI_PKT_CMD_SMA + 0x80)
410 #define NCSI_PKT_RSP_EBF (NCSI_PKT_CMD_EBF + 0x80)
411 #define NCSI_PKT_RSP_DBF (NCSI_PKT_CMD_DBF + 0x80)
412 #define NCSI_PKT_RSP_EGMF (NCSI_PKT_CMD_EGMF + 0x80)
413 #define NCSI_PKT_RSP_DGMF (NCSI_PKT_CMD_DGMF + 0x80)
414 #define NCSI_PKT_RSP_SNFC (NCSI_PKT_CMD_SNFC + 0x80)
415 #define NCSI_PKT_RSP_GVI (NCSI_PKT_CMD_GVI + 0x80)
416 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80)
417 #define NCSI_PKT_RSP_GP (NCSI_PKT_CMD_GP + 0x80)
418 #define NCSI_PKT_RSP_GCPS (NCSI_PKT_CMD_GCPS + 0x80)
419 #define NCSI_PKT_RSP_GNS (NCSI_PKT_CMD_GNS + 0x80)
420 #define NCSI_PKT_RSP_GNPTS (NCSI_PKT_CMD_GNPTS + 0x80)
421 #define NCSI_PKT_RSP_GPS (NCSI_PKT_CMD_GPS + 0x80)
422 #define NCSI_PKT_RSP_OEM (NCSI_PKT_CMD_OEM + 0x80)
423 #define NCSI_PKT_RSP_PLDM (NCSI_PKT_CMD_PLDM + 0x80)
424 #define NCSI_PKT_RSP_GPUUID (NCSI_PKT_CMD_GPUUID + 0x80)
425 #define NCSI_PKT_RSP_QPNPR (NCSI_PKT_CMD_QPNPR + 0x80)
426 #define NCSI_PKT_RSP_SNPR (NCSI_PKT_CMD_SNPR + 0x80)
429 #define NCSI_PKT_RSP_C_COMPLETED 0x0000 /* Command Completed */
430 #define NCSI_PKT_RSP_C_FAILED 0x0001 /* Command Failed */
431 #define NCSI_PKT_RSP_C_UNAVAILABLE 0x0002 /* Command Unavailable */
432 #define NCSI_PKT_RSP_C_UNSUPPORTED 0x0003 /* Command Unsupported */
433 #define NCSI_PKT_RSP_R_NO_ERROR 0x0000 /* No Error */
434 #define NCSI_PKT_RSP_R_INTERFACE 0x0001 /* Interface not ready */
435 #define NCSI_PKT_RSP_R_PARAM 0x0002 /* Invalid Parameter */
436 #define NCSI_PKT_RSP_R_CHANNEL 0x0003 /* Channel not Ready */
437 #define NCSI_PKT_RSP_R_PACKAGE 0x0004 /* Package not Ready */
438 #define NCSI_PKT_RSP_R_LENGTH 0x0005 /* Invalid payload length */
439 #define NCSI_PKT_RSP_R_UNKNOWN 0x7fff /* Command type unsupported */
442 #define NCSI_PKT_AEN 0xFF /* AEN Packet */
443 #define NCSI_PKT_AEN_LSC 0x00 /* Link status change */
444 #define NCSI_PKT_AEN_CR 0x01 /* Configuration required */
445 #define NCSI_PKT_AEN_HNCDSC 0x02 /* HNC driver status change */