Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h383 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */ macro
419 #define NCSI_PKT_RSP_ECNT (NCSI_PKT_CMD_ECNT + 0x80)
H A Dncsi-cmd.c250 { NCSI_PKT_CMD_ECNT, 0, ncsi_cmd_handler_default },
H A Dncsi-manage.c976 nca.type = NCSI_PKT_CMD_ECNT; in ncsi_update_tx_channel()
1150 nca.type = NCSI_PKT_CMD_ECNT; in ncsi_configure_channel()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h366 #define NCSI_PKT_CMD_ECNT 0x06 /* Enable Channel Network Tx */ macro
398 #define NCSI_PKT_RSP_ECNT (NCSI_PKT_CMD_ECNT + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c122 case NCSI_PKT_CMD_ECNT: in cmd_payload()
255 ncsi_send_command(np, nc, NCSI_PKT_CMD_ECNT, NULL, 0, true); in ncsi_rsp_ebf()