Lines Matching full:pci_device
68 struct pci_dev *pci_device; member
248 dev_err(&lynx->pci_device->dev, in set_phy_reg()
253 dev_err(&lynx->pci_device->dev, in set_phy_reg()
502 free_irq(lynx->pci_device->irq, lynx); in remove_card()
509 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
511 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
513 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card()
547 lynx->pci_device = dev; in add_card()
562 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
564 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
566 lynx->rcv_buffer = pci_alloc_consistent(lynx->pci_device, in add_card()
661 free_irq(lynx->pci_device->irq, lynx); in add_card()
665 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
668 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
671 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in add_card()