Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h416 #define NCSI_PKT_RSP_EC (NCSI_PKT_CMD_EC + 0x80) macro
H A Dncsi-rsp.c1133 { NCSI_PKT_RSP_EC, 4, ncsi_rsp_handler_ec },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h395 #define NCSI_PKT_RSP_EC (NCSI_PKT_CMD_EC + 0x80) macro
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c687 case NCSI_PKT_RSP_EC: in ncsi_receive()