Searched refs:pci_cfg_status (Results 1 – 1 of 1) sorted by relevance
2093 uint16_t pci_cfg_status = 0; in em_flush_desc_rings() local2100 ret = rte_pci_read_config(pci_dev, &pci_cfg_status, in em_flush_desc_rings()2101 sizeof(pci_cfg_status), PCI_CFG_STATUS_REG); in em_flush_desc_rings()2109 if ((pci_cfg_status & FLUSH_DESC_REQUIRED) && tdlen) { in em_flush_desc_rings()2112 ret = rte_pci_read_config(pci_dev, &pci_cfg_status, in em_flush_desc_rings()2113 sizeof(pci_cfg_status), PCI_CFG_STATUS_REG); in em_flush_desc_rings()2120 if (pci_cfg_status & FLUSH_DESC_REQUIRED) in em_flush_desc_rings()