Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1108 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto,
H A Dhclge_mbx.c453 return hclge_set_vlan_filter(handle, proto, vlan_id, in hclge_set_vf_vlan_cfg()
H A Dhclge_main.c9995 return hclge_set_vlan_filter(handle, htons(ETH_P_8021Q), 0, false); in hclge_init_vlan_config()
10472 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto, in hclge_set_vlan_filter() function
12742 .set_vlan_filter = hclge_set_vlan_filter,