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()
507 free_irq(lynx->pci_device->irq, lynx); in remove_card()
514 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
516 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
518 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card()
552 lynx->pci_device = dev; in add_card()
567 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
569 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
571 lynx->rcv_buffer = pci_alloc_consistent(lynx->pci_device, in add_card()
666 free_irq(lynx->pci_device->irq, lynx); in add_card()
670 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
673 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
676 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in add_card()