msg_cmd 313 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c struct hclge_vf_vlan_cfg *msg_cmd; msg_cmd 316 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c msg_cmd = (struct hclge_vf_vlan_cfg *)mbx_req->msg; msg_cmd 317 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c if (msg_cmd->subcode == HCLGE_MBX_VLAN_FILTER) { msg_cmd 322 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c is_kill = !!msg_cmd->is_kill; msg_cmd 323 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c vlan = msg_cmd->vlan; msg_cmd 324 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c proto = msg_cmd->proto; msg_cmd 327 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c } else if (msg_cmd->subcode == HCLGE_MBX_VLAN_RX_OFF_CFG) { msg_cmd 329 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c bool en = msg_cmd->is_kill ? true : false; msg_cmd 21 sound/soc/sof/ipc.c static void ipc_stream_message(struct snd_sof_dev *sdev, u32 msg_cmd); msg_cmd 465 sound/soc/sof/ipc.c static void ipc_stream_message(struct snd_sof_dev *sdev, u32 msg_cmd) msg_cmd 468 sound/soc/sof/ipc.c u32 msg_type = msg_cmd & SOF_CMD_TYPE_MASK; msg_cmd 469 sound/soc/sof/ipc.c u32 msg_id = SOF_IPC_MESSAGE_ID(msg_cmd);