Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h399 #define NCSI_PKT_CMD_GP 0x17 /* Get Parameters */ macro
435 #define NCSI_PKT_RSP_GP (NCSI_PKT_CMD_GP + 0x80)
H A Dncsi-cmd.c266 { NCSI_PKT_CMD_GP, 0, ncsi_cmd_handler_default },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h382 #define NCSI_PKT_CMD_GP 0x17 /* Get Parameters */ macro
414 #define NCSI_PKT_RSP_GP (NCSI_PKT_CMD_GP + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c154 case NCSI_PKT_CMD_GP: in cmd_payload()