Home
last modified time | relevance | path

Searched refs:PCI_STATUS (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h533 #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 Dhns3_ethdev_vf.c86 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 Decore_reg.h5139 #if (defined(__LINUX)) || (defined(PCI_STATUS))
H A Dbnx2x.c9602 pci_read(sc, PCI_STATUS, &status, 2);