Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h434 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80) macro
H A Dncsi-rsp.c1151 { NCSI_PKT_RSP_GC, 32, ncsi_rsp_handler_gc },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h413 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80) macro
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c671 case NCSI_PKT_RSP_GC: in ncsi_receive()