Home
last modified time | relevance | path

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

/Linux-v4.19/net/ncsi/
Dncsi-pkt.h343 #define NCSI_PKT_CMD_GLS 0x0a /* Get Link */ macro
375 #define NCSI_PKT_RSP_GLS (NCSI_PKT_CMD_GLS + 0x80)
Dncsi-manage.c103 nca.type = NCSI_PKT_CMD_GLS; in ncsi_channel_monitor()
472 nca.type = NCSI_PKT_CMD_GLS; in ncsi_suspend_channel()
778 nca.type = NCSI_PKT_CMD_GLS; in ncsi_configure_channel()
1107 nca.type = NCSI_PKT_CMD_GLS; in ncsi_probe_channel()
Dncsi-cmd.c230 { NCSI_PKT_CMD_GLS, 0, ncsi_cmd_handler_default },