Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h390 #define NCSI_PKT_CMD_DV 0x0d /* Disable VLAN */ macro
426 #define NCSI_PKT_RSP_DV (NCSI_PKT_CMD_DV + 0x80)
H A Dncsi-cmd.c257 { NCSI_PKT_CMD_DV, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c1107 nca.type = NCSI_PKT_CMD_DV; in ncsi_configure_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h373 #define NCSI_PKT_CMD_DV 0x0d /* Disable VLAN */ macro
405 #define NCSI_PKT_RSP_DV (NCSI_PKT_CMD_DV + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c136 case NCSI_PKT_CMD_DV: in cmd_payload()