Home
last modified time | relevance | path

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

/linux-6.12.1/net/ncsi/
Dncsi-pkt.h385 #define NCSI_PKT_CMD_AE 0x08 /* AEN Enable */ macro
421 #define NCSI_PKT_RSP_AE (NCSI_PKT_CMD_AE + 0x80)
Dncsi-cmd.c252 { NCSI_PKT_CMD_AE, 8, ncsi_cmd_handler_ae },
Dncsi-manage.c1147 nca.type = NCSI_PKT_CMD_AE; in ncsi_configure_channel()