Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h406 #define NCSI_PKT_RSP_DP (NCSI_PKT_CMD_DP + 0x80) macro
H A Dncsi-rsp.c1103 { NCSI_PKT_RSP_DP, 4, ncsi_rsp_handler_dp },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h394 #define NCSI_PKT_RSP_DP (NCSI_PKT_CMD_DP + 0x80) macro
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c655 case NCSI_PKT_RSP_DP: in ncsi_receive()