Searched refs:pci_error (Results 1 - 1 of 1) sorted by relevance

/drivers/atm/
H A Deni.c1583 ({ if (!error && !pci_error) { \
1584 pci_error = pci_write_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,tonga); \
1588 ({ if (!error && !pci_error) { \
1589 pci_error = pci_read_config_byte(eni_dev->pci_dev,PCI_TONGA_CTRL,&tonga); \
1598 int error,failed,pci_error; local
1602 error = pci_error = 0;
1605 for (i = 0; i < ESI_LEN && !error && !pci_error; i++) {
1673 if (pci_error) {
1675 "(0x%02x)\n",dev->number,pci_error);

Completed in 35 milliseconds