Home
last modified time | relevance | path

Searched refs:NCSI_PKT_CMD_EGMF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h386 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */ macro
421 #define NCSI_PKT_RSP_EGMF (NCSI_PKT_CMD_EGMF + 0x80)
H A Dncsi-cmd.c261 { NCSI_PKT_CMD_EGMF, 4, ncsi_cmd_handler_egmf },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h377 #define NCSI_PKT_CMD_EGMF 0x12 /* Enable Global Multicast Filter */ macro
409 #define NCSI_PKT_RSP_EGMF (NCSI_PKT_CMD_EGMF + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c144 case NCSI_PKT_CMD_EGMF: in cmd_payload()