Searched refs:doe_mb (Results 1 – 2 of 2) sorted by relevance
| /drivers/pci/ |
| A D | doe.c | 467 struct pci_doe_mb *doe_mb = task->doe_mb; in signal_task_abort() local 486 struct pci_doe_mb *doe_mb = task->doe_mb; in doe_statemachine_work() local 593 pci_read_config_dword(doe_mb->pdev, doe_mb->cap_offset, &hdr); in pci_doe_cache_features() 646 doe_mb = kzalloc(sizeof(*doe_mb), GFP_KERNEL); in pci_doe_create_mb() 647 if (!doe_mb) in pci_doe_create_mb() 650 doe_mb->pdev = pdev; in pci_doe_create_mb() 685 return doe_mb; in pci_doe_create_mb() 693 kfree(doe_mb); in pci_doe_create_mb() 709 kfree(doe_mb); in pci_doe_destroy_mb() 765 task->doe_mb = doe_mb; in pci_doe_submit_task() [all …]
|
| /drivers/cxl/core/ |
| A D | pci.c | 499 struct pci_doe_mb *doe_mb, in cxl_cdat_get_length() argument 506 rc = pci_doe(doe_mb, PCI_VENDOR_ID_CXL, in cxl_cdat_get_length() 524 struct pci_doe_mb *doe_mb, in cxl_cdat_read_table() argument 536 rc = pci_doe(doe_mb, PCI_VENDOR_ID_CXL, in cxl_cdat_read_table() 600 struct pci_doe_mb *doe_mb; in read_cdat_data() local 621 doe_mb = pci_find_doe_mailbox(pdev, PCI_VENDOR_ID_CXL, in read_cdat_data() 623 if (!doe_mb) { in read_cdat_data() 630 if (cxl_cdat_get_length(dev, doe_mb, &length)) { in read_cdat_data() 645 rc = cxl_cdat_read_table(dev, doe_mb, buf, &length); in read_cdat_data()
|
Completed in 12 milliseconds