Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h395 #define NCSI_PKT_CMD_DGMF 0x13 /* Disable Global Multicast Filter */ macro
431 #define NCSI_PKT_RSP_DGMF (NCSI_PKT_CMD_DGMF + 0x80)
H A Dncsi-cmd.c262 { NCSI_PKT_CMD_DGMF, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c1139 nca.type = NCSI_PKT_CMD_DGMF; in ncsi_configure_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h378 #define NCSI_PKT_CMD_DGMF 0x13 /* Disable Global Multicast Filter */ macro
410 #define NCSI_PKT_RSP_DGMF (NCSI_PKT_CMD_DGMF + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c146 case NCSI_PKT_CMD_DGMF: in cmd_payload()