Searched refs:dport_dev (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/cxl/core/ |
| H A D | port.c | 1070 dev_name(dup->dport_dev)); in add_dport() 1108 put_device(dport->dport_dev); in cxl_dport_remove() 1138 dev_name(dport_dev)); in __devm_cxl_add_dport() 1150 dport->dport_dev = dport_dev; in __devm_cxl_add_dport() 1189 get_device(dport_dev); in __devm_cxl_add_dport() 1202 if (dev_is_pci(dport_dev)) in __devm_cxl_add_dport() 1342 if (!ctx->dport_dev) in __find_cxl_port() 1355 .dport_dev = dport_dev, in find_cxl_port() 1369 .dport_dev = dport_dev, in find_cxl_port_at() 1564 dev_name(dport_dev)); in add_port_attach_ep() [all …]
|
| H A D | pci.c | 743 aer_cap = cxl_rcrb_to_aer(dport->dport_dev, dport->rcrb.base); in cxl_dport_map_rch_aer() 755 struct device *dev = dport->dport_dev; in cxl_dport_map_ras() 799 struct pci_host_bridge *host_bridge = to_pci_host_bridge(dport->dport_dev); in cxl_dport_init_ras_reporting() 1146 dvsec = cxl_gpf_get_dvsec(dport->dport_dev); in cxl_gpf_port_setup() 1151 pdev = to_pci_dev(dport->dport_dev); in cxl_gpf_port_setup()
|
| H A D | cdat.c | 341 if (host_bridge == cxlsd->target[i]->dport_dev) in match_cxlrd_hb() 668 index = (unsigned long)endpoint->parent_dport->dport_dev; in cxl_endpoint_gather_bandwidth() 794 us_index = (unsigned long)port->parent_dport->dport_dev; in DEFINE_FREE()
|
| H A D | region.c | 1499 dev_name(ep->dport->dport_dev), in cxl_port_setup_targets() 1510 cxl_rr->nr_targets_set - 1, dev_name(ep->dport->dport_dev), in cxl_port_setup_targets()
|
| /linux-6.15/drivers/acpi/apei/ |
| H A D | einj-cxl.c | 50 static int cxl_dport_get_sbdf(struct pci_dev *dport_dev, u64 *sbdf) in cxl_dport_get_sbdf() argument 56 pbus = dport_dev->bus; in cxl_dport_get_sbdf() 66 *sbdf = (seg << 24) | (bus << 16) | (dport_dev->devfn << 8); in cxl_dport_get_sbdf()
|
| /linux-6.15/include/cxl/ |
| H A D | einj.h | 21 int einj_cxl_inject_error(struct pci_dev *dport_dev, u64 type); 31 static inline int einj_cxl_inject_error(struct pci_dev *dport_dev, u64 type) in einj_cxl_inject_error() argument
|
| /linux-6.15/tools/testing/cxl/test/ |
| H A D | mock.c | 248 struct device *dport_dev, in __wrap_devm_cxl_add_rch_dport() argument 256 if (ops && ops->is_mock_port(dport_dev)) { in __wrap_devm_cxl_add_rch_dport() 257 dport = devm_cxl_add_dport(port, dport_dev, port_id, in __wrap_devm_cxl_add_rch_dport() 264 dport = devm_cxl_add_rch_dport(port, dport_dev, port_id, rcrb); in __wrap_devm_cxl_add_rch_dport() 307 if (!ops || !ops->is_mock_port(dport->dport_dev)) in __wrap_cxl_dport_init_ras_reporting()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | debugfs-cxl | 60 What: /sys/kernel/debug/cxl/$dport_dev/einj_inject 66 CXL protocol error into $dport_dev ($dport_dev will be a device
|
| /linux-6.15/drivers/cxl/ |
| H A D | cxl.h | 644 cxl_find_dport_by_dev(struct cxl_port *port, const struct device *dport_dev) in cxl_find_dport_by_dev() argument 646 return xa_load(&port->dports, (unsigned long)dport_dev); in cxl_find_dport_by_dev() 668 struct device *dport_dev; member 756 struct device *dport_dev, int port_id,
|
| /linux-6.15/Documentation/firmware-guide/acpi/apei/ |
| H A D | einj.rst | 134 - $dport_dev/einj_inject: 136 Injects a CXL error type into the CXL port represented by $dport_dev, 137 where $dport_dev is the name of the CXL port (usually a PCIe device name). 206 A CXL error injection example with $dport_dev=0000:e0:01.1::
|