Home
last modified time | relevance | path

Searched refs:vlan_info (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_mbx.c276 u16 *msg_q, *vlan_info; in hclgevf_mbx_async_handler() local
333 vlan_info = &msg_q[1]; in hclgevf_mbx_async_handler()
335 (u8 *)vlan_info, 8); in hclgevf_mbx_async_handler()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c390 struct hclge_vlan_info *vlan_info; in hclge_set_vf_vlan_cfg() local
394 vlan_info = (struct hclge_vlan_info *) in hclge_set_vf_vlan_cfg()
397 vlan_info); in hclge_set_vf_vlan_cfg()
Dhclge_main.c3046 ivf->vlan = vport->port_base_vlan_cfg.vlan_info.vlan_tag; in hclge_get_vf_config()
3047 ivf->vlan_proto = htons(vport->port_base_vlan_cfg.vlan_info.vlan_proto); in hclge_get_vf_config()
3048 ivf->qos = vport->port_base_vlan_cfg.vlan_info.qos; in hclge_get_vf_config()
8816 vlan_tag = vport->port_base_vlan_cfg.vlan_info.vlan_tag; in hclge_init_vlan_config()
8939 vlan_proto = vport->port_base_vlan_cfg.vlan_info.vlan_proto; in hclge_restore_vport_vlan_table()
8940 vlan_id = vport->port_base_vlan_cfg.vlan_info.vlan_tag; in hclge_restore_vport_vlan_table()
9049 struct hclge_vlan_info *vlan_info) in hclge_update_port_base_vlan_cfg() argument
9056 old_vlan_info = &vport->port_base_vlan_cfg.vlan_info; in hclge_update_port_base_vlan_cfg()
9058 ret = hclge_vlan_offload_cfg(vport, state, vlan_info->vlan_tag); in hclge_update_port_base_vlan_cfg()
9065 htons(vlan_info->vlan_proto), in hclge_update_port_base_vlan_cfg()
[all …]
Dhclge_main.h889 struct hclge_vlan_info vlan_info; member
1006 struct hclge_vlan_info *vlan_info);
/drivers/infiniband/hw/mlx5/
Dcq.c249 wc->vlan_id = (be16_to_cpu(cqe->vlan_info)) & 0xfff; in handle_responder()
250 wc->sl = (be16_to_cpu(cqe->vlan_info) >> 13) & 0x7; in handle_responder()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1077 be16_to_cpu(cqe->vlan_info)); in mlx5e_build_rx_skb()