Searched refs:vf_vlan_full (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 813 unsigned long vf_vlan_full[BITS_TO_LONGS(HCLGE_VPORT_NUM)]; member
|
H A D | hclge_main.c | 8446 if (test_bit(vfid, hdev->vf_vlan_full) && !is_kill) { in hclge_set_vf_vlan_common() 8490 set_bit(vfid, hdev->vf_vlan_full); in hclge_set_vf_vlan_common() 8912 clear_bit(vport->vport_id, hdev->vf_vlan_full); in hclge_rm_vport_all_vlan_table() 10354 if (enable && test_bit(vport->vport_id, hdev->vf_vlan_full)) in hclge_set_vf_spoofchk() 10542 memset(hdev->vf_vlan_full, 0, sizeof(hdev->vf_vlan_full)); in hclge_reset_ae_dev()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 935 unsigned long vf_vlan_full[BITS_TO_LONGS(HCLGE_VPORT_NUM)]; member
|
H A D | hclge_main.c | 9566 set_bit(vfid, hdev->vf_vlan_full); in hclge_check_vf_vlan_cmd_status() 9608 if (test_bit(vfid, hdev->vf_vlan_full) && !is_kill) { in hclge_set_vf_vlan_common() 10073 clear_bit(vport->vport_id, hdev->vf_vlan_full); in hclge_rm_vport_all_vlan_table() 11876 if (enable && test_bit(vport->vport_id, hdev->vf_vlan_full)) in hclge_set_vf_spoofchk() 12052 memset(hdev->vf_vlan_full, 0, sizeof(hdev->vf_vlan_full)); in hclge_reset_ae_dev()
|
Completed in 34 milliseconds