Home
last modified time | relevance | path

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

/linux-5.19.10/net/ncsi/
Dncsi-pkt.h379 #define NCSI_PKT_CMD_DV 0x0d /* Disable VLAN */ macro
414 #define NCSI_PKT_RSP_DV (NCSI_PKT_CMD_DV + 0x80)
Dncsi-cmd.c256 { NCSI_PKT_CMD_DV, 0, ncsi_cmd_handler_default },
Dncsi-manage.c1098 nca.type = NCSI_PKT_CMD_DV; in ncsi_configure_channel()