Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h385 #define NCSI_PKT_CMD_AE 0x08 /* AEN Enable */ macro
421 #define NCSI_PKT_RSP_AE (NCSI_PKT_CMD_AE + 0x80)
H A Dncsi-cmd.c252 { NCSI_PKT_CMD_AE, 8, ncsi_cmd_handler_ae },
H A Dncsi-manage.c1159 nca.type = NCSI_PKT_CMD_AE; in ncsi_configure_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h368 #define NCSI_PKT_CMD_AE 0x08 /* AEN Enable */ macro
400 #define NCSI_PKT_RSP_AE (NCSI_PKT_CMD_AE + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c126 case NCSI_PKT_CMD_AE: in cmd_payload()
745 ncsi_send_command(np, nc, NCSI_PKT_CMD_AE, in ncsi_send_ae()
748 cmd_payload(NCSI_PKT_CMD_AE), true); in ncsi_send_ae()