Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h258 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1074 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
H A Dhclge_main.c8303 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
8306 } else if (!is_kill && test_bit(vlan_id, vport->vlan_del_fail_bmap)) { in hclge_set_vlan_filter()
8307 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
8338 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
8387 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()
8398 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_sync_vlan_filter()
8408 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()