Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h257 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
Dhclgevf_main.c1208 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter()
1210 } else if (!is_kill && test_bit(vlan_id, hdev->vlan_del_fail_bmap)) { in hclgevf_set_vlan_filter()
1211 clear_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter()
1227 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter()
1239 if (bitmap_empty(hdev->vlan_del_fail_bmap, VLAN_N_VID)) in hclgevf_sync_vlan_filter()
1243 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter()
1250 clear_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_sync_vlan_filter()
1255 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h1044 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
Dhclge_main.c10487 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
10490 } else if (!is_kill && test_bit(vlan_id, vport->vlan_del_fail_bmap)) { in hclge_set_vlan_filter()
10491 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
10522 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
10568 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()
10579 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_sync_vlan_filter()
10589 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()