Searched refs:HCLGEVF_MEM_BAR (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h100 #define HCLGEVF_MEM_BAR 4 macro
103 (pci_resource_len((hdev)->pdev, HCLGEVF_MEM_BAR) >> 1)
H A Dhclgevf_main.c2523 if (!(pci_select_bars(pdev, IORESOURCE_MEM) & BIT(HCLGEVF_MEM_BAR)))
2528 pci_resource_start(pdev, HCLGEVF_MEM_BAR),
2529 pci_resource_len(pdev, HCLGEVF_MEM_BAR));

Completed in 156 milliseconds