Home
last modified time | relevance | path

Searched refs:pci_epf_alloc_doorbell (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpci-ep-msi.h15 int pci_epf_alloc_doorbell(struct pci_epf *epf, u16 nums);
18 static inline int pci_epf_alloc_doorbell(struct pci_epf *epf, u16 nums) in pci_epf_alloc_doorbell() function
/linux/drivers/pci/endpoint/
H A Dpci-ep-msi.c38 int pci_epf_alloc_doorbell(struct pci_epf *epf, u16 num_db) in pci_epf_alloc_doorbell() function
90 EXPORT_SYMBOL_GPL(pci_epf_alloc_doorbell);
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c735 ret = pci_epf_alloc_doorbell(epf, 1); in pci_epf_test_enable_doorbell()