Searched refs:vlan_del_fail_bmap (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_main.h | 281 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| D | hclgevf_main.c | 1269 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter() 1285 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter() 1297 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter() 1304 clear_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_sync_vlan_filter() 1309 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter()
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.h | 905 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
|
| D | hclge_main.c | 8316 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter() 8343 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter() 8359 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter() 8368 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_sync_vlan_filter() 8375 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()
|