Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h389 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */ macro
425 #define NCSI_PKT_RSP_EV (NCSI_PKT_CMD_EV + 0x80)
H A Dncsi-cmd.c256 { NCSI_PKT_CMD_EV, 4, ncsi_cmd_handler_ev },
H A Dncsi-manage.c1109 nca.type = NCSI_PKT_CMD_EV; in ncsi_configure_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h372 #define NCSI_PKT_CMD_EV 0x0c /* Enable VLAN */ macro
404 #define NCSI_PKT_RSP_EV (NCSI_PKT_CMD_EV + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c134 case NCSI_PKT_CMD_EV: in cmd_payload()