Home
last modified time | relevance | path

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

/linux-5.19.10/net/ncsi/
Dncsi-pkt.h387 #define NCSI_PKT_CMD_GC 0x16 /* Get Capabilities */ macro
422 #define NCSI_PKT_RSP_GC (NCSI_PKT_CMD_GC + 0x80)
Dncsi-cmd.c264 { NCSI_PKT_CMD_GC, 0, ncsi_cmd_handler_default },
Dncsi-manage.c1474 nca.type = NCSI_PKT_CMD_GC; in ncsi_probe_channel()