Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h380 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */ macro
416 #define NCSI_PKT_RSP_EC (NCSI_PKT_CMD_EC + 0x80)
H A Dncsi-cmd.c247 { NCSI_PKT_CMD_EC, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c1154 nca.type = NCSI_PKT_CMD_EC; in ncsi_configure_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h363 #define NCSI_PKT_CMD_EC 0x03 /* Enable Channel */ macro
395 #define NCSI_PKT_RSP_EC (NCSI_PKT_CMD_EC + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c116 case NCSI_PKT_CMD_EC: in cmd_payload()
244 ncsi_send_command(np, nc, NCSI_PKT_CMD_EC, NULL, 0, true); in ncsi_rsp_ecnt()