Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h396 #define NCSI_PKT_CMD_SNFC 0x14 /* Set NCSI Flow Control */ macro
432 #define NCSI_PKT_RSP_SNFC (NCSI_PKT_CMD_SNFC + 0x80)
H A Dncsi-cmd.c263 { NCSI_PKT_CMD_SNFC, 4, ncsi_cmd_handler_snfc },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h379 #define NCSI_PKT_CMD_SNFC 0x14 /* Set NCSI Flow Control */ macro
411 #define NCSI_PKT_RSP_SNFC (NCSI_PKT_CMD_SNFC + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c148 case NCSI_PKT_CMD_SNFC: in cmd_payload()