Searched refs:ncsi_cmd_handler_default (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/net/ncsi/ | 
| D | ncsi-cmd.c | 61 static int ncsi_cmd_handler_default(struct sk_buff *skb,  in ncsi_cmd_handler_default()  function 236 	{ NCSI_PKT_CMD_CIS,    0, ncsi_cmd_handler_default }, 238 	{ NCSI_PKT_CMD_DP,     0, ncsi_cmd_handler_default }, 239 	{ NCSI_PKT_CMD_EC,     0, ncsi_cmd_handler_default }, 242 	{ NCSI_PKT_CMD_ECNT,   0, ncsi_cmd_handler_default }, 243 	{ NCSI_PKT_CMD_DCNT,   0, ncsi_cmd_handler_default }, 246 	{ NCSI_PKT_CMD_GLS,    0, ncsi_cmd_handler_default }, 249 	{ NCSI_PKT_CMD_DV,     0, ncsi_cmd_handler_default }, 252 	{ NCSI_PKT_CMD_DBF,    0, ncsi_cmd_handler_default }, 254 	{ NCSI_PKT_CMD_DGMF,   0, ncsi_cmd_handler_default }, [all …] 
 |