Lines Matching refs:pci_device
80 struct pci_dev *pci_device; member
260 dev_err(&lynx->pci_device->dev, in set_phy_reg()
265 dev_err(&lynx->pci_device->dev, in set_phy_reg()
511 free_irq(lynx->pci_device->irq, lynx); in remove_card()
518 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
520 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
522 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card()
556 lynx->pci_device = dev; in add_card()
566 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
568 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
570 lynx->rcv_buffer = pci_alloc_consistent(lynx->pci_device, in add_card()
665 free_irq(lynx->pci_device->irq, lynx); in add_card()
669 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
672 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
675 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in add_card()