Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h379 #define NCSI_PKT_CMD_GLS 0x0a /* Get Link */ macro
414 #define NCSI_PKT_RSP_GLS (NCSI_PKT_CMD_GLS + 0x80)
H A Dncsi-cmd.c254 { NCSI_PKT_CMD_GLS, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c131 nca.type = NCSI_PKT_CMD_GLS; in ncsi_channel_monitor()
515 nca.type = NCSI_PKT_CMD_GLS; in ncsi_suspend_channel()
1147 nca.type = NCSI_PKT_CMD_GLS; in ncsi_configure_channel()
1449 nca.type = NCSI_PKT_CMD_GLS; in ncsi_probe_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h370 #define NCSI_PKT_CMD_GLS 0x0a /* Get Link */ macro
402 #define NCSI_PKT_RSP_GLS (NCSI_PKT_CMD_GLS + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c130 case NCSI_PKT_CMD_GLS: in cmd_payload()
730 ncsi_send_command(np, nc, NCSI_PKT_CMD_GLS, NULL, 0, true); in ncsi_send_gls()