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.h850 #define HCLGE_VPORT_NUM 256 macro
937 unsigned long vlan_table[VLAN_N_VID][BITS_TO_LONGS(HCLGE_VPORT_NUM)];
938 unsigned long vf_vlan_full[BITS_TO_LONGS(HCLGE_VPORT_NUM)];
940 unsigned long vport_config_block[BITS_TO_LONGS(HCLGE_VPORT_NUM)];
Dhclge_main.c9724 for_each_set_bit(vport_idx, hdev->vlan_table[vlan_id], HCLGE_VPORT_NUM) in hclge_set_vlan_filter_hw()