Home
last modified time | relevance | path

Searched refs:NCSI_PKT_CMD_GCPS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h400 #define NCSI_PKT_CMD_GCPS 0x18 /* Get Controller Packet Statistics */ macro
436 #define NCSI_PKT_RSP_GCPS (NCSI_PKT_CMD_GCPS + 0x80)
H A Dncsi-cmd.c267 { NCSI_PKT_CMD_GCPS, 0, ncsi_cmd_handler_default },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h383 #define NCSI_PKT_CMD_GCPS 0x18 /* Get Controller Packet Statistics */ macro
415 #define NCSI_PKT_RSP_GCPS (NCSI_PKT_CMD_GCPS + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c156 case NCSI_PKT_CMD_GCPS: in cmd_payload()