Lines Matching +full:0 +full:x80

11 	unsigned char revision;     /* NCSI version - 0x01      */
374 #define NCSI_PKT_REVISION 0x01
377 #define NCSI_PKT_CMD_CIS 0x00 /* Clear Initial State */
378 #define NCSI_PKT_CMD_SP 0x01 /* Select Package */
379 #define NCSI_PKT_CMD_DP 0x02 /* Deselect Package */
380 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */
381 #define NCSI_PKT_CMD_DC 0x04 /* Disable Channel */
382 #define NCSI_PKT_CMD_RC 0x05 /* Reset 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 */
386 #define NCSI_PKT_CMD_SL 0x09 /* Set Link */
387 #define NCSI_PKT_CMD_GLS 0x0a /* Get Link */
388 #define NCSI_PKT_CMD_SVF 0x0b /* Set VLAN Filter */
389 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */
390 #define NCSI_PKT_CMD_DV 0x0d /* Disable VLAN */
391 #define NCSI_PKT_CMD_SMA 0x0e /* Set MAC address */
392 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */
393 #define NCSI_PKT_CMD_DBF 0x11 /* Disable Broadcast Filter */
394 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */
395 #define NCSI_PKT_CMD_DGMF 0x13 /* Disable Global Multicast Filter */
396 #define NCSI_PKT_CMD_SNFC 0x14 /* Set NCSI Flow Control */
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 */
404 #define NCSI_PKT_CMD_OEM 0x50 /* OEM */
405 #define NCSI_PKT_CMD_PLDM 0x51 /* PLDM request over NCSI over RBT */
406 #define NCSI_PKT_CMD_GPUUID 0x52 /* Get package UUID */
407 #define NCSI_PKT_CMD_QPNPR 0x56 /* Query Pending NC PLDM request */
408 #define NCSI_PKT_CMD_SNPR 0x57 /* Send NC PLDM Reply */
409 #define NCSI_PKT_CMD_GMCMA 0x58 /* Get MC MAC Address */
413 #define NCSI_PKT_RSP_CIS (NCSI_PKT_CMD_CIS + 0x80)
414 #define NCSI_PKT_RSP_SP (NCSI_PKT_CMD_SP + 0x80)
415 #define NCSI_PKT_RSP_DP (NCSI_PKT_CMD_DP + 0x80)
416 #define NCSI_PKT_RSP_EC (NCSI_PKT_CMD_EC + 0x80)
417 #define NCSI_PKT_RSP_DC (NCSI_PKT_CMD_DC + 0x80)
418 #define NCSI_PKT_RSP_RC (NCSI_PKT_CMD_RC + 0x80)
419 #define NCSI_PKT_RSP_ECNT (NCSI_PKT_CMD_ECNT + 0x80)
420 #define NCSI_PKT_RSP_DCNT (NCSI_PKT_CMD_DCNT + 0x80)
421 #define NCSI_PKT_RSP_AE (NCSI_PKT_CMD_AE + 0x80)
422 #define NCSI_PKT_RSP_SL (NCSI_PKT_CMD_SL + 0x80)
423 #define NCSI_PKT_RSP_GLS (NCSI_PKT_CMD_GLS + 0x80)
424 #define NCSI_PKT_RSP_SVF (NCSI_PKT_CMD_SVF + 0x80)
425 #define NCSI_PKT_RSP_EV (NCSI_PKT_CMD_EV + 0x80)
426 #define NCSI_PKT_RSP_DV (NCSI_PKT_CMD_DV + 0x80)
427 #define NCSI_PKT_RSP_SMA (NCSI_PKT_CMD_SMA + 0x80)
428 #define NCSI_PKT_RSP_EBF (NCSI_PKT_CMD_EBF + 0x80)
429 #define NCSI_PKT_RSP_DBF (NCSI_PKT_CMD_DBF + 0x80)
430 #define NCSI_PKT_RSP_EGMF (NCSI_PKT_CMD_EGMF + 0x80)
431 #define NCSI_PKT_RSP_DGMF (NCSI_PKT_CMD_DGMF + 0x80)
432 #define NCSI_PKT_RSP_SNFC (NCSI_PKT_CMD_SNFC + 0x80)
433 #define NCSI_PKT_RSP_GVI (NCSI_PKT_CMD_GVI + 0x80)
434 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80)
435 #define NCSI_PKT_RSP_GP (NCSI_PKT_CMD_GP + 0x80)
436 #define NCSI_PKT_RSP_GCPS (NCSI_PKT_CMD_GCPS + 0x80)
437 #define NCSI_PKT_RSP_GNS (NCSI_PKT_CMD_GNS + 0x80)
438 #define NCSI_PKT_RSP_GNPTS (NCSI_PKT_CMD_GNPTS + 0x80)
439 #define NCSI_PKT_RSP_GPS (NCSI_PKT_CMD_GPS + 0x80)
440 #define NCSI_PKT_RSP_OEM (NCSI_PKT_CMD_OEM + 0x80)
441 #define NCSI_PKT_RSP_PLDM (NCSI_PKT_CMD_PLDM + 0x80)
442 #define NCSI_PKT_RSP_GPUUID (NCSI_PKT_CMD_GPUUID + 0x80)
443 #define NCSI_PKT_RSP_QPNPR (NCSI_PKT_CMD_QPNPR + 0x80)
444 #define NCSI_PKT_RSP_SNPR (NCSI_PKT_CMD_SNPR + 0x80)
445 #define NCSI_PKT_RSP_GMCMA (NCSI_PKT_CMD_GMCMA + 0x80)
448 #define NCSI_PKT_RSP_C_COMPLETED 0x0000 /* Command Completed */
449 #define NCSI_PKT_RSP_C_FAILED 0x0001 /* Command Failed */
450 #define NCSI_PKT_RSP_C_UNAVAILABLE 0x0002 /* Command Unavailable */
451 #define NCSI_PKT_RSP_C_UNSUPPORTED 0x0003 /* Command Unsupported */
452 #define NCSI_PKT_RSP_R_NO_ERROR 0x0000 /* No Error */
453 #define NCSI_PKT_RSP_R_INTERFACE 0x0001 /* Interface not ready */
454 #define NCSI_PKT_RSP_R_PARAM 0x0002 /* Invalid Parameter */
455 #define NCSI_PKT_RSP_R_CHANNEL 0x0003 /* Channel not Ready */
456 #define NCSI_PKT_RSP_R_PACKAGE 0x0004 /* Package not Ready */
457 #define NCSI_PKT_RSP_R_LENGTH 0x0005 /* Invalid payload length */
458 #define NCSI_PKT_RSP_R_UNKNOWN 0x7fff /* Command type unsupported */
461 #define NCSI_PKT_AEN 0xFF /* AEN Packet */
462 #define NCSI_PKT_AEN_LSC 0x00 /* Link status change */
463 #define NCSI_PKT_AEN_CR 0x01 /* Configuration required */
464 #define NCSI_PKT_AEN_HNCDSC 0x02 /* HNC driver status change */