Home
last modified time | relevance | path

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

/linux/net/ncsi/
H A Dncsi-pkt.h392 #define NCSI_PKT_CMD_EBF 0x10 /* Enable Broadcast Filter */ macro
428 #define NCSI_PKT_RSP_EBF (NCSI_PKT_CMD_EBF + 0x80)
H A Dncsi-cmd.c259 { NCSI_PKT_CMD_EBF, 4, ncsi_cmd_handler_ebf },
H A Dncsi-manage.c1125 nca.type = NCSI_PKT_CMD_EBF; in ncsi_configure_channel()