Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h382 #define NCSI_PKT_CMD_RC 0x05 /* Reset Channel */ macro
418 #define NCSI_PKT_RSP_RC (NCSI_PKT_CMD_RC + 0x80)
H A Dncsi-cmd.c249 { NCSI_PKT_CMD_RC, 4, ncsi_cmd_handler_rc },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h365 #define NCSI_PKT_CMD_RC 0x05 /* Reset Channel */ macro
397 #define NCSI_PKT_RSP_RC (NCSI_PKT_CMD_RC + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c120 case NCSI_PKT_CMD_RC: in cmd_payload()