Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h369 #define NCSI_PKT_CMD_CIS 0x00 /* Clear Initial State */ macro
404 #define NCSI_PKT_RSP_CIS (NCSI_PKT_CMD_CIS + 0x80)
H A Dncsi-cmd.c244 { NCSI_PKT_CMD_CIS, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c1026 nca.type = NCSI_PKT_CMD_CIS; in ncsi_configure_channel()
1443 nca.type = NCSI_PKT_CMD_CIS; in ncsi_probe_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h360 #define NCSI_PKT_CMD_CIS 0x00 /* Clear Initial State */ macro
392 #define NCSI_PKT_RSP_CIS (NCSI_PKT_CMD_CIS + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c110 case NCSI_PKT_CMD_CIS: in cmd_payload()
735 ncsi_send_command(np, nc, NCSI_PKT_CMD_CIS, NULL, 0, true); in ncsi_send_cis()