Searched refs:vlan_del_fail_bmap (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.h | 257 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
|
H A D | hclgevf_main.c | 1243 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter() 1245 } else if (!is_kill && test_bit(vlan_id, hdev->vlan_del_fail_bmap)) { in hclgevf_set_vlan_filter() 1246 clear_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter() 1262 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter() 1274 if (bitmap_empty(hdev->vlan_del_fail_bmap, VLAN_N_VID)) in hclgevf_sync_vlan_filter() 1278 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter() 1285 clear_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_sync_vlan_filter() 1290 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 1062 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
|
H A D | hclge_main.c | 10570 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter() 10573 } else if (!is_kill && test_bit(vlan_id, vport->vlan_del_fail_bmap)) { in hclge_set_vlan_filter() 10574 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter() 10605 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter() 10651 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter() 10662 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_sync_vlan_filter() 10672 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()
|