Searched refs:PCI_SUBSYSTEM_ID_OFFSET (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_util.h | 16 #define PCI_SUBSYSTEM_ID_OFFSET 0x2e macro
|
| H A D | bnxt_ethdev.c | 4204 rc = rte_pci_read_config(bp->pdev, &val, sizeof(val), PCI_SUBSYSTEM_ID_OFFSET); in bnxt_check_fw_reset_done() 4206 PMD_DRV_LOG(ERR, "Failed to read PCI offset 0x%x", PCI_SUBSYSTEM_ID_OFFSET); in bnxt_check_fw_reset_done() 4436 rc = rte_pci_read_config(bp->pdev, &val, sizeof(val), PCI_SUBSYSTEM_ID_OFFSET); in bnxt_dev_reset_and_resume() 4438 PMD_DRV_LOG(ERR, "Failed to read PCI offset 0x%x", PCI_SUBSYSTEM_ID_OFFSET); in bnxt_dev_reset_and_resume()
|