Searched refs:PCI_STATUS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 533 #define PCI_STATUS 0x06 /* 16 bits */ macro 647 t4_os_pci_read_cfg2(adapter, PCI_STATUS, &status); in t4_os_find_pci_capability()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev_vf.c | 86 ret = rte_pci_read_config(device, &status, sizeof(status), PCI_STATUS); in hns3vf_find_pci_capability() 88 PMD_INIT_LOG(ERR, "Failed to read PCI offset 0x%x", PCI_STATUS); in hns3vf_find_pci_capability()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_reg.h | 5139 #if (defined(__LINUX)) || (defined(PCI_STATUS))
|
| H A D | bnx2x.c | 9602 pci_read(sc, PCI_STATUS, &status, 2);
|