Home
last modified time | relevance | path

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

/Linux-v4.19/net/ncsi/
Dncsi-pkt.h346 #define NCSI_PKT_CMD_DV 0x0d /* Disable VLAN */ macro
378 #define NCSI_PKT_RSP_DV (NCSI_PKT_CMD_DV + 0x80)
Dncsi-cmd.c233 { NCSI_PKT_CMD_DV, 0, ncsi_cmd_handler_default },
Dncsi-manage.c730 nca.type = NCSI_PKT_CMD_DV; in ncsi_configure_channel()