Home
last modified time | relevance | path

Searched refs:HCLGE_VPORT_NUM (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h722 #define HCLGE_VPORT_NUM 256 macro
812 unsigned long vlan_table[VLAN_N_VID][BITS_TO_LONGS(HCLGE_VPORT_NUM)];
813 unsigned long vf_vlan_full[BITS_TO_LONGS(HCLGE_VPORT_NUM)];
815 unsigned long vport_config_block[BITS_TO_LONGS(HCLGE_VPORT_NUM)];
Dhclge_main.c8588 for_each_set_bit(vport_idx, hdev->vlan_table[vlan_id], HCLGE_VPORT_NUM) in hclge_set_vlan_filter_hw()