Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dsp-pci.c113 struct pci_dev *pdev_cur, *pdev_new; in sp_pci_is_master() local
119 pdev_cur = to_pci_dev(dev_cur); in sp_pci_is_master()
121 if (pdev_new->bus->number < pdev_cur->bus->number) in sp_pci_is_master()
124 if (PCI_SLOT(pdev_new->devfn) < PCI_SLOT(pdev_cur->devfn)) in sp_pci_is_master()
127 if (PCI_FUNC(pdev_new->devfn) < PCI_FUNC(pdev_cur->devfn)) in sp_pci_is_master()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dsp-pci.c238 struct pci_dev *pdev_cur, *pdev_new; in sp_pci_is_master() local
244 pdev_cur = to_pci_dev(dev_cur); in sp_pci_is_master()
246 if (pdev_new->bus->number < pdev_cur->bus->number) in sp_pci_is_master()
249 if (PCI_SLOT(pdev_new->devfn) < PCI_SLOT(pdev_cur->devfn)) in sp_pci_is_master()
252 if (PCI_FUNC(pdev_new->devfn) < PCI_FUNC(pdev_cur->devfn)) in sp_pci_is_master()

Completed in 2 milliseconds