Lines Matching refs:pci_device
81 struct pci_dev *pci_device; member
261 dev_err(&lynx->pci_device->dev, in set_phy_reg()
266 dev_err(&lynx->pci_device->dev, in set_phy_reg()
515 free_irq(lynx->pci_device->irq, lynx); in remove_card()
522 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
524 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
526 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card()
560 lynx->pci_device = dev; in add_card()
575 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
577 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
579 lynx->rcv_buffer = pci_alloc_consistent(lynx->pci_device, in add_card()
674 free_irq(lynx->pci_device->irq, lynx); in add_card()
678 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
681 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
684 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in add_card()