Home
last modified time | relevance | path

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

/linux-5.19.10/net/ncsi/
Dncsi-pkt.h370 #define NCSI_PKT_CMD_DC 0x04 /* Disable Channel */ macro
405 #define NCSI_PKT_RSP_DC (NCSI_PKT_CMD_DC + 0x80)
Dncsi-cmd.c247 { NCSI_PKT_CMD_DC, 4, ncsi_cmd_handler_dc },
Dncsi-manage.c543 nca.type = NCSI_PKT_CMD_DC; in ncsi_suspend_channel()