Home
last modified time | relevance | path

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

/linux-5.19.10/net/ncsi/
Dncsi-pkt.h381 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */ macro
416 #define NCSI_PKT_RSP_EBF (NCSI_PKT_CMD_EBF + 0x80)
Dncsi-cmd.c258 { NCSI_PKT_CMD_EBF, 4, ncsi_cmd_handler_ebf },
Dncsi-manage.c1116 nca.type = NCSI_PKT_CMD_EBF; in ncsi_configure_channel()