Home
last modified time | relevance | path

Searched refs:NCSI_PKT_CMD_GC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h398 #define NCSI_PKT_CMD_GC 0x16 /* Get Capabilities */ macro
434 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80)
H A Dncsi-cmd.c265 { NCSI_PKT_CMD_GC, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c1470 nca.type = NCSI_PKT_CMD_GC; in ncsi_probe_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h381 #define NCSI_PKT_CMD_GC 0x16 /* Get Capabilities */ macro
413 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c152 case NCSI_PKT_CMD_GC: in cmd_payload()
323 ncsi_send_command(np, nc, NCSI_PKT_CMD_GC, NULL, 0, true); in ncsi_rsp_gvi()