Home
last modified time | relevance | path

Searched refs:NCSI_PKT_CMD_DC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h381 #define NCSI_PKT_CMD_DC 0x04 /* Disable Channel */ macro
417 #define NCSI_PKT_RSP_DC (NCSI_PKT_CMD_DC + 0x80)
H A Dncsi-cmd.c248 { NCSI_PKT_CMD_DC, 4, ncsi_cmd_handler_dc },
H A Dncsi-manage.c545 nca.type = NCSI_PKT_CMD_DC; in ncsi_suspend_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h364 #define NCSI_PKT_CMD_DC 0x04 /* Disable Channel */ macro
396 #define NCSI_PKT_RSP_DC (NCSI_PKT_CMD_DC + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c118 case NCSI_PKT_CMD_DC: in cmd_payload()