Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
H A Dpci-ep-msi.c44 struct pci_epf_doorbell_msg *msg; in pci_epf_alloc_doorbell_embedded()
119 msg[i] = (struct pci_epf_doorbell_msg) { in pci_epf_alloc_doorbell_embedded()
146 struct pci_epf_doorbell_msg *msg; in pci_epf_alloc_doorbell_msi()
169 msg = kzalloc_objs(struct pci_epf_doorbell_msg, num_db); in pci_epf_alloc_doorbell_msi()
174 msg[i] = (struct pci_epf_doorbell_msg) { in pci_epf_alloc_doorbell_msi()
237 struct pci_epf_doorbell_msg *msg0; in pci_epf_free_doorbell()
/linux/include/linux/
H A Dpci-epf.h181 struct pci_epf_doorbell_msg { struct
251 struct pci_epf_doorbell_msg *db_msg;
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c733 struct pci_epf_doorbell_msg *db; in pci_epf_test_enable_doorbell()