Searched refs:pci_cfg_status (Results 1 – 1 of 1) sorted by relevance
2112 uint16_t pci_cfg_status = 0; in em_flush_desc_rings() local2119 ret = rte_pci_read_config(pci_dev, &pci_cfg_status, in em_flush_desc_rings()2120 sizeof(pci_cfg_status), PCI_CFG_STATUS_REG); in em_flush_desc_rings()2128 if ((pci_cfg_status & FLUSH_DESC_REQUIRED) && tdlen) { in em_flush_desc_rings()2131 ret = rte_pci_read_config(pci_dev, &pci_cfg_status, in em_flush_desc_rings()2132 sizeof(pci_cfg_status), PCI_CFG_STATUS_REG); in em_flush_desc_rings()2139 if (pci_cfg_status & FLUSH_DESC_REQUIRED) in em_flush_desc_rings()