Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h386 #define NCSI_PKT_CMD_SL 0x09 /* Set Link */ macro
422 #define NCSI_PKT_RSP_SL (NCSI_PKT_CMD_SL + 0x80)
H A Dncsi-cmd.c253 { NCSI_PKT_CMD_SL, 8, ncsi_cmd_handler_sl },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h369 #define NCSI_PKT_CMD_SL 0x09 /* Set Link */ macro
401 #define NCSI_PKT_RSP_SL (NCSI_PKT_CMD_SL + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c128 case NCSI_PKT_CMD_SL: in cmd_payload()