Searched refs:msg_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c444 struct hclge_vf_vlan_cfg *msg_cmd; local
448 msg_cmd = (struct hclge_vf_vlan_cfg *)&mbx_req->msg;
449 switch (msg_cmd->subcode) {
451 proto = cpu_to_be16(le16_to_cpu(msg_cmd->proto));
452 vlan_id = le16_to_cpu(msg_cmd->vlan);
454 msg_cmd->is_kill);
456 return hclge_en_hw_strip_rxvtag(handle, msg_cmd->enable);
470 return hclge_enable_vport_vlan_filter(vport, msg_cmd->enable);
821 struct hclge_vf_vlan_cfg *msg_cmd; local
823 msg_cmd
[all...]

Completed in 183 milliseconds