Home
last modified time | relevance | path

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

/Linux-v4.19/net/ncsi/
Dncsi-pkt.h335 #define NCSI_PKT_CMD_DP 0x02 /* Deselect Package */ macro
367 #define NCSI_PKT_RSP_DP (NCSI_PKT_CMD_DP + 0x80)
Dncsi-manage.c514 nca.type = NCSI_PKT_CMD_DP; in ncsi_suspend_channel()
1003 nca.type = NCSI_PKT_CMD_DP; in ncsi_probe_channel()
1029 nca.type = NCSI_PKT_CMD_DP; in ncsi_probe_channel()
1128 nca.type = NCSI_PKT_CMD_DP; in ncsi_probe_channel()
Dncsi-cmd.c222 { NCSI_PKT_CMD_DP, 0, ncsi_cmd_handler_default },