Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h256 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
A Dhclgevf_main.c1259 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter()
1276 set_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_set_vlan_filter()
1288 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter()
1295 clear_bit(vlan_id, hdev->vlan_del_fail_bmap); in hclgevf_sync_vlan_filter()
1300 vlan_id = find_first_bit(hdev->vlan_del_fail_bmap, VLAN_N_VID); in hclgevf_sync_vlan_filter()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h1040 unsigned long vlan_del_fail_bmap[BITS_TO_LONGS(VLAN_N_VID)]; member
A Dhclge_main.c10537 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
10564 set_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_set_vlan_filter()
10608 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()
10617 clear_bit(vlan_id, vport->vlan_del_fail_bmap); in hclge_sync_vlan_filter()
10625 vlan_id = find_first_bit(vport->vlan_del_fail_bmap, in hclge_sync_vlan_filter()

Completed in 38 milliseconds