Symbol: cxl_port
drivers/cxl/acpi.c
210
struct cxl_port *root_port;
drivers/cxl/acpi.c
404
struct cxl_port *root_port = ctx->root_port;
drivers/cxl/acpi.c
632
struct cxl_port *root_port = arg;
drivers/cxl/acpi.c
689
struct cxl_port *root_port = arg;
drivers/cxl/acpi.c
694
struct cxl_port *port;
drivers/cxl/acpi.c
747
struct cxl_port *root_port = data;
drivers/cxl/acpi.c
891
struct cxl_port *root_port;
drivers/cxl/core/cdat.c
180
static int cxl_cdat_endpoint_process(struct cxl_port *port,
drivers/cxl/core/cdat.c
196
static int cxl_port_perf_data_calculate(struct cxl_port *port,
drivers/cxl/core/cdat.c
314
static bool cxl_qos_match(struct cxl_port *root_port,
drivers/cxl/core/cdat.c
351
struct cxl_port *root_port;
drivers/cxl/core/cdat.c
403
void cxl_endpoint_parse_cdat(struct cxl_port *port)
drivers/cxl/core/cdat.c
513
struct cxl_port *port = dport->port;
drivers/cxl/core/cdat.c
607
struct cxl_port *port;
drivers/cxl/core/cdat.c
633
struct cxl_port *endpoint = to_cxl_port(cxled->cxld.dev.parent);
drivers/cxl/core/cdat.c
634
struct cxl_port *parent_port = to_cxl_port(endpoint->dev.parent);
drivers/cxl/core/cdat.c
635
struct cxl_port *gp_port = to_cxl_port(parent_port->dev.parent);
drivers/cxl/core/cdat.c
774
struct cxl_port *port = ctx->port;
drivers/cxl/core/cdat.c
775
struct cxl_port *parent_port = to_cxl_port(port->dev.parent);
drivers/cxl/core/cdat.c
776
struct cxl_port *gp_port = to_cxl_port(parent_port->dev.parent);
drivers/cxl/core/cdat.c
874
struct cxl_port *port = ctx->port;
drivers/cxl/core/cdat.c
918
struct cxl_port *port = ctx->port;
drivers/cxl/core/cdat.c
919
struct cxl_port *parent_port;
drivers/cxl/core/core.h
152
int cxl_port_get_switch_dport_bandwidth(struct cxl_port *port,
drivers/cxl/core/core.h
155
static inline struct device *port_to_host(struct cxl_port *port)
drivers/cxl/core/core.h
157
struct cxl_port *parent = is_cxl_root(port) ? NULL :
drivers/cxl/core/core.h
175
struct cxl_port *port = dport->port;
drivers/cxl/core/core.h
212
int cxl_port_get_possible_dports(struct cxl_port *port);
drivers/cxl/core/core.h
49
int cxl_get_poison_by_endpoint(struct cxl_port *port);
drivers/cxl/core/core.h
65
static inline int cxl_get_poison_by_endpoint(struct cxl_port *port)
drivers/cxl/core/edac.c
1150
struct cxl_port *port = cxlmd->endpoint;
drivers/cxl/core/hdm.c
1160
struct cxl_port *port = cxlhdm->port;
drivers/cxl/core/hdm.c
1219
int devm_cxl_switch_port_decoders_setup(struct cxl_port *port)
drivers/cxl/core/hdm.c
1251
int devm_cxl_endpoint_decoders_setup(struct cxl_port *port)
drivers/cxl/core/hdm.c
134
static struct cxl_hdm *devm_cxl_setup_hdm(struct cxl_port *port,
drivers/cxl/core/hdm.c
24
static int add_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld)
drivers/cxl/core/hdm.c
250
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/hdm.c
280
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/hdm.c
344
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/hdm.c
502
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/hdm.c
52
static int devm_cxl_add_passthrough_decoder(struct cxl_port *port)
drivers/cxl/core/hdm.c
544
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/hdm.c
672
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/hdm.c
802
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
drivers/cxl/core/hdm.c
854
struct cxl_port *port = to_cxl_port(dev->parent);
drivers/cxl/core/hdm.c
873
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
drivers/cxl/core/hdm.c
891
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
drivers/cxl/core/hdm.c
931
struct cxl_port *port, struct cxl_decoder *cxld, u64 *dpa_base,
drivers/cxl/core/hdm.c
971
static int init_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld,
drivers/cxl/core/mbox.c
1294
struct cxl_port *endpoint;
drivers/cxl/core/mce.c
16
struct cxl_port *endpoint = cxlmd->endpoint;
drivers/cxl/core/memdev.c
235
struct cxl_port *port;
drivers/cxl/core/pci.c
371
struct cxl_port *port = cxlhdm->port;
drivers/cxl/core/pci.c
373
struct cxl_port *root;
drivers/cxl/core/pci.c
50
struct cxl_dport *devm_cxl_add_dport_by_dev(struct cxl_port *port,
drivers/cxl/core/pci.c
564
void read_cdat_data(struct cxl_port *port)
drivers/cxl/core/pci.c
672
struct cxl_port *port = data;
drivers/cxl/core/pci.c
692
bool cxl_endpoint_decoder_reset_detected(struct cxl_port *port)
drivers/cxl/core/pci.c
825
struct cxl_port *port;
drivers/cxl/core/pci.c
847
int cxl_port_get_possible_dports(struct cxl_port *port)
drivers/cxl/core/pmem.c
128
struct cxl_port *port)
drivers/cxl/core/pmem.c
253
int devm_cxl_add_nvdimm(struct device *host, struct cxl_port *port,
drivers/cxl/core/pmem.c
59
struct cxl_nvdimm_bridge *cxl_find_nvdimm_bridge(struct cxl_port *port)
drivers/cxl/core/pmem.c
80
static struct cxl_nvdimm_bridge *cxl_nvdimm_bridge_alloc(struct cxl_port *port)
drivers/cxl/core/port.c
1001
struct cxl_port *port, *parent;
drivers/cxl/core/port.c
1017
struct cxl_root *find_cxl_root(struct cxl_port *port)
drivers/cxl/core/port.c
1019
struct cxl_port *iter = port;
drivers/cxl/core/port.c
1031
static struct cxl_dport *find_dport(struct cxl_port *port, int id)
drivers/cxl/core/port.c
1043
static int add_dport(struct cxl_port *port, struct cxl_dport *dport)
drivers/cxl/core/port.c
1078
static void cond_cxl_root_lock(struct cxl_port *port)
drivers/cxl/core/port.c
1084
static void cond_cxl_root_unlock(struct cxl_port *port)
drivers/cxl/core/port.c
1093
struct cxl_port *port = dport->port;
drivers/cxl/core/port.c
1103
struct cxl_port *port = dport->port;
drivers/cxl/core/port.c
1153
__devm_cxl_add_dport(struct cxl_port *port, struct device *dport_dev,
drivers/cxl/core/port.c
1263
struct cxl_dport *devm_cxl_add_dport(struct cxl_port *port,
drivers/cxl/core/port.c
1292
struct cxl_dport *devm_cxl_add_rch_dport(struct cxl_port *port,
drivers/cxl/core/port.c
1319
struct cxl_port *port = new->dport->port;
drivers/cxl/core/port.c
1358
const struct cxl_port *parent_port;
drivers/cxl/core/port.c
1366
struct cxl_port *port;
drivers/cxl/core/port.c
1380
static struct cxl_port *__find_cxl_port(struct cxl_find_port_ctx *ctx)
drivers/cxl/core/port.c
1393
static struct cxl_port *find_cxl_port(struct device *dport_dev,
drivers/cxl/core/port.c
1400
struct cxl_port *port;
drivers/cxl/core/port.c
1423
struct cxl_port *endpoint = cxlmd->endpoint;
drivers/cxl/core/port.c
1438
int cxl_endpoint_autoremove(struct cxl_memdev *cxlmd, struct cxl_port *endpoint)
drivers/cxl/core/port.c
1459
static void delete_switch_port(struct cxl_port *port)
drivers/cxl/core/port.c
1466
static void del_dports(struct cxl_port *port)
drivers/cxl/core/port.c
1485
struct cxl_port *port;
drivers/cxl/core/port.c
1502
struct cxl_port *port, *parent_port;
drivers/cxl/core/port.c
1566
struct cxl_port *port;
drivers/cxl/core/port.c
1589
static struct cxl_port *find_cxl_port_by_uport(struct device *uport_dev)
drivers/cxl/core/port.c
1625
void cxl_port_update_decoder_targets(struct cxl_port *port,
drivers/cxl/core/port.c
1632
static bool dport_exists(struct cxl_port *port, struct device *dport_dev)
drivers/cxl/core/port.c
1645
static struct cxl_dport *probe_dport(struct cxl_port *port,
drivers/cxl/core/port.c
1666
struct cxl_port *parent_port,
drivers/cxl/core/port.c
1681
struct cxl_port *port __free(put_cxl_port) =
drivers/cxl/core/port.c
1731
struct cxl_port *parent_port __free(put_cxl_port) =
drivers/cxl/core/port.c
1769
static struct cxl_dport *find_or_add_dport(struct cxl_port *port,
drivers/cxl/core/port.c
1838
struct cxl_port *port __free(put_cxl_port) =
drivers/cxl/core/port.c
1893
struct cxl_port *cxl_pci_find_port(struct pci_dev *pdev,
drivers/cxl/core/port.c
1900
struct cxl_port *cxl_mem_find_port(struct cxl_memdev *cxlmd,
drivers/cxl/core/port.c
1908
struct cxl_port *port)
drivers/cxl/core/port.c
1944
static int cxl_decoder_init(struct cxl_port *port, struct cxl_decoder *cxld)
drivers/cxl/core/port.c
1976
static int cxl_switch_decoder_init(struct cxl_port *port,
drivers/cxl/core/port.c
1997
struct cxl_root_decoder *cxl_root_decoder_alloc(struct cxl_port *port,
drivers/cxl/core/port.c
2051
struct cxl_switch_decoder *cxl_switch_decoder_alloc(struct cxl_port *port,
drivers/cxl/core/port.c
2083
struct cxl_endpoint_decoder *cxl_endpoint_decoder_alloc(struct cxl_port *port)
drivers/cxl/core/port.c
2128
struct cxl_port *port;
drivers/cxl/core/port.c
2175
struct cxl_port *port;
drivers/cxl/core/port.c
2343
static bool parent_port_is_cxl_root(struct cxl_port *port)
drivers/cxl/core/port.c
2356
int cxl_endpoint_get_perf_coordinates(struct cxl_port *port,
drivers/cxl/core/port.c
2370
struct cxl_port *iter = port;
drivers/cxl/core/port.c
2434
int cxl_port_get_switch_dport_bandwidth(struct cxl_port *port,
drivers/cxl/core/port.c
424
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
drivers/cxl/core/port.c
45
int cxl_num_decoders_committed(struct cxl_port *port)
drivers/cxl/core/port.c
535
static void cxl_ep_remove(struct cxl_port *port, struct cxl_ep *ep)
drivers/cxl/core/port.c
545
struct cxl_port *port = to_cxl_port(dev);
drivers/cxl/core/port.c
567
struct cxl_port *port = to_cxl_port(dev);
drivers/cxl/core/port.c
602
struct cxl_port *to_cxl_port(const struct device *dev)
drivers/cxl/core/port.c
607
return container_of(dev, struct cxl_port, dev);
drivers/cxl/core/port.c
611
struct cxl_port *parent_port_of(struct cxl_port *port)
drivers/cxl/core/port.c
620
struct cxl_port *port = _port;
drivers/cxl/core/port.c
629
struct cxl_port *port = _port;
drivers/cxl/core/port.c
634
static int devm_cxl_link_uport(struct device *host, struct cxl_port *port)
drivers/cxl/core/port.c
647
struct cxl_port *port = _port;
drivers/cxl/core/port.c
653
struct cxl_port *port,
drivers/cxl/core/port.c
670
static struct cxl_port *cxl_port_alloc(struct device *uport_dev,
drivers/cxl/core/port.c
674
struct cxl_port *port, *_port __free(kfree) = NULL;
drivers/cxl/core/port.c
709
struct cxl_port *parent_port = parent_dport->port;
drivers/cxl/core/port.c
710
struct cxl_port *iter;
drivers/cxl/core/port.c
771
int cxl_port_setup_regs(struct cxl_port *port,
drivers/cxl/core/port.c
816
struct cxl_port *parent = parent_port_of(dport->port);
drivers/cxl/core/port.c
836
static int cxl_port_add(struct cxl_port *port,
drivers/cxl/core/port.c
880
static struct cxl_port *__devm_cxl_add_port(struct device *host,
drivers/cxl/core/port.c
885
struct cxl_port *port;
drivers/cxl/core/port.c
921
struct cxl_port *devm_cxl_add_port(struct device *host,
drivers/cxl/core/port.c
926
struct cxl_port *port, *parent_port;
drivers/cxl/core/port.c
952
struct cxl_port *port;
drivers/cxl/core/port.c
962
struct pci_bus *cxl_port_to_pci_bus(struct cxl_port *port)
drivers/cxl/core/ras.c
170
void devm_cxl_port_ras_setup(struct cxl_port *port)
drivers/cxl/core/ras_rch.c
105
struct cxl_port *port __free(put_cxl_port) =
drivers/cxl/core/region.c
1038
struct cxl_port *port = cxl_rr->port;
drivers/cxl/core/region.c
1051
struct cxl_port *port = cxl_rr->port;
drivers/cxl/core/region.c
1072
static int cxl_rr_assign_decoder(struct cxl_port *port, struct cxl_region *cxlr,
drivers/cxl/core/region.c
1136
static int cxl_port_attach_region(struct cxl_port *port,
drivers/cxl/core/region.c
1253
static void cxl_port_detach_region(struct cxl_port *port,
drivers/cxl/core/region.c
1302
struct cxl_port *port = cxl_rr->port;
drivers/cxl/core/region.c
1336
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
drivers/cxl/core/region.c
1378
static int cxl_port_setup_targets(struct cxl_port *port,
drivers/cxl/core/region.c
1384
struct cxl_port *parent_port = to_cxl_port(port->dev.parent);
drivers/cxl/core/region.c
1391
struct cxl_port *iter = port;
drivers/cxl/core/region.c
1585
static void cxl_port_reset_targets(struct cxl_port *port,
drivers/cxl/core/region.c
1612
struct cxl_port *iter;
drivers/cxl/core/region.c
1648
struct cxl_port *iter;
drivers/cxl/core/region.c
1748
struct cxl_port *iter;
drivers/cxl/core/region.c
1838
static int find_pos_and_ways(struct cxl_port *port, struct range *range,
drivers/cxl/core/region.c
1842
struct cxl_port *parent;
drivers/cxl/core/region.c
1899
struct cxl_port *iter, *port = cxled_to_port(cxled);
drivers/cxl/core/region.c
1986
struct cxl_port *ep_port, *root_port;
drivers/cxl/core/region.c
219
static struct cxl_region_ref *cxl_rr_load(struct cxl_port *port,
drivers/cxl/core/region.c
2192
for (struct cxl_port *iter = cxled_to_port(cxled); !is_cxl_root(iter);
drivers/cxl/core/region.c
2602
struct cxl_port *port = to_cxl_port(cxlrd->cxlsd.cxld.dev.parent);
drivers/cxl/core/region.c
264
struct cxl_port *iter = cxled_to_port(cxled);
drivers/cxl/core/region.c
2746
struct cxl_port *port = to_cxl_port(dev->parent);
drivers/cxl/core/region.c
2801
struct cxl_port *port;
drivers/cxl/core/region.c
2892
int cxl_get_poison_by_endpoint(struct cxl_port *port)
drivers/cxl/core/region.c
2953
struct cxl_port *port;
drivers/cxl/core/region.c
321
struct cxl_port *iter;
drivers/cxl/core/region.c
3728
struct cxl_port *port = cxled_to_port(cxled);
drivers/cxl/core/region.c
3900
struct cxl_port *port = cxlrd_to_port(cxlrd);
drivers/cxl/core/region.c
3999
u64 cxl_port_get_spa_cache_alias(struct cxl_port *endpoint, u64 spa)
drivers/cxl/core/region.c
849
struct cxl_port *port = to_cxl_port(dev->parent);
drivers/cxl/core/region.c
926
cxl_port_pick_region_decoder(struct cxl_port *port,
drivers/cxl/core/region.c
952
static bool auto_order_ok(struct cxl_port *port, struct cxl_region *cxlr_iter,
drivers/cxl/core/region.c
975
alloc_region_ref(struct cxl_port *port, struct cxl_region *cxlr,
drivers/cxl/cxl.h
570
struct cxl_port *port;
drivers/cxl/cxl.h
679
struct cxl_port port;
drivers/cxl/cxl.h
684
to_cxl_root(const struct cxl_port *port)
drivers/cxl/cxl.h
690
cxl_find_dport_by_dev(struct cxl_port *port, const struct device *dport_dev)
drivers/cxl/cxl.h
719
struct cxl_port *port;
drivers/cxl/cxl.h
736
struct cxl_port *next;
drivers/cxl/cxl.h
750
struct cxl_port *port;
drivers/cxl/cxl.h
765
static inline bool is_cxl_root(struct cxl_port *port)
drivers/cxl/cxl.h
789
int cxl_num_decoders_committed(struct cxl_port *port);
drivers/cxl/cxl.h
791
struct cxl_port *to_cxl_port(const struct device *dev);
drivers/cxl/cxl.h
792
struct cxl_port *parent_port_of(struct cxl_port *port);
drivers/cxl/cxl.h
797
struct pci_bus *cxl_port_to_pci_bus(struct cxl_port *port);
drivers/cxl/cxl.h
798
struct cxl_port *devm_cxl_add_port(struct device *host,
drivers/cxl/cxl.h
805
struct cxl_root *find_cxl_root(struct cxl_port *port);
drivers/cxl/cxl.h
808
DEFINE_FREE(put_cxl_port, struct cxl_port *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->dev))
drivers/cxl/cxl.h
815
struct cxl_port *cxl_pci_find_port(struct pci_dev *pdev,
drivers/cxl/cxl.h
817
struct cxl_port *cxl_mem_find_port(struct cxl_memdev *cxlmd,
drivers/cxl/cxl.h
821
struct cxl_dport *devm_cxl_add_dport(struct cxl_port *port,
drivers/cxl/cxl.h
824
struct cxl_dport *devm_cxl_add_rch_dport(struct cxl_port *port,
drivers/cxl/cxl.h
842
struct cxl_root_decoder *cxl_root_decoder_alloc(struct cxl_port *port,
drivers/cxl/cxl.h
844
struct cxl_switch_decoder *cxl_switch_decoder_alloc(struct cxl_port *port,
drivers/cxl/cxl.h
847
struct cxl_endpoint_decoder *cxl_endpoint_decoder_alloc(struct cxl_port *port);
drivers/cxl/cxl.h
855
int cxl_endpoint_autoremove(struct cxl_memdev *cxlmd, struct cxl_port *endpoint);
drivers/cxl/cxl.h
867
struct cxl_port *port;
drivers/cxl/cxl.h
871
int devm_cxl_switch_port_decoders_setup(struct cxl_port *port);
drivers/cxl/cxl.h
872
int devm_cxl_endpoint_decoders_setup(struct cxl_port *port);
drivers/cxl/cxl.h
873
void cxl_port_update_decoder_targets(struct cxl_port *port,
drivers/cxl/cxl.h
875
int cxl_port_setup_regs(struct cxl_port *port,
drivers/cxl/cxl.h
896
struct cxl_dport *(*add_dport)(struct cxl_port *port,
drivers/cxl/cxl.h
927
struct cxl_port *port);
drivers/cxl/cxl.h
929
struct cxl_port *port);
drivers/cxl/cxl.h
932
int devm_cxl_add_nvdimm(struct device *host, struct cxl_port *port,
drivers/cxl/cxl.h
934
struct cxl_nvdimm_bridge *cxl_find_nvdimm_bridge(struct cxl_port *port);
drivers/cxl/cxl.h
941
u64 cxl_port_get_spa_cache_alias(struct cxl_port *endpoint, u64 spa);
drivers/cxl/cxl.h
959
static inline u64 cxl_port_get_spa_cache_alias(struct cxl_port *endpoint,
drivers/cxl/cxl.h
966
void cxl_endpoint_parse_cdat(struct cxl_port *port);
drivers/cxl/cxl.h
969
int cxl_endpoint_get_perf_coordinates(struct cxl_port *port,
drivers/cxl/cxl.h
981
bool cxl_endpoint_decoder_reset_detected(struct cxl_port *port);
drivers/cxl/cxl.h
982
struct cxl_dport *devm_cxl_add_dport_by_dev(struct cxl_port *port,
drivers/cxl/cxlmem.h
129
static inline struct cxl_ep *cxl_ep_load(struct cxl_port *port,
drivers/cxl/cxlmem.h
66
struct cxl_port *endpoint;
drivers/cxl/cxlmem.h
80
static inline struct cxl_port *cxled_to_port(struct cxl_endpoint_decoder *cxled)
drivers/cxl/cxlmem.h
85
static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd)
drivers/cxl/cxlmem.h
93
struct cxl_port *port = to_cxl_port(cxled->cxld.dev.parent);
drivers/cxl/cxlmem.h
930
struct cxl_port *port;
drivers/cxl/cxlmem.h
99
static inline bool is_cxl_endpoint(struct cxl_port *port)
drivers/cxl/cxlpci.h
78
void read_cdat_data(struct cxl_port *port);
drivers/cxl/cxlpci.h
85
void devm_cxl_port_ras_setup(struct cxl_port *port);
drivers/cxl/cxlpci.h
99
static inline void devm_cxl_port_ras_setup(struct cxl_port *port)
drivers/cxl/mem.c
110
struct cxl_port *parent_port __free(put_cxl_port) =
drivers/cxl/pci.c
488
struct cxl_port *port __free(put_cxl_port) =
drivers/cxl/pci.c
518
struct cxl_port *port __free(put_cxl_port) =
drivers/cxl/pci.c
783
struct cxl_port *root __free(put_cxl_port) =
drivers/cxl/pmem.c
24
struct cxl_port *port)
drivers/cxl/port.c
121
static int cxl_endpoint_port_probe(struct cxl_port *port)
drivers/cxl/port.c
166
struct cxl_port *port = to_cxl_port(dev);
drivers/cxl/port.c
178
struct cxl_port *port = to_cxl_port(dev);
drivers/cxl/port.c
197
struct cxl_port *port = to_cxl_port(dev);
drivers/cxl/port.c
221
DEFINE_FREE(cxl_port_release_dr_group, struct cxl_port *,
drivers/cxl/port.c
224
static struct cxl_dport *cxl_port_add_dport(struct cxl_port *port,
drivers/cxl/port.c
289
struct cxl_port *parent_port = parent_dport->port;
drivers/cxl/port.c
290
struct cxl_port *endpoint, *iter, *down;
drivers/cxl/port.c
61
static int cxl_switch_port_probe(struct cxl_port *port)
drivers/cxl/port.c
72
static int cxl_ras_unmask(struct cxl_port *port)
tools/testing/cxl/cxl_port_test.c
6
cxl_test_watermark(cxl_port);
tools/testing/cxl/test/cxl.c
1015
struct cxl_port *parent = to_cxl_port(port->dev.parent);
tools/testing/cxl/test/cxl.c
1040
static struct cxl_dport *mock_cxl_add_dport_by_dev(struct cxl_port *port,
tools/testing/cxl/test/cxl.c
1073
static void dpa_perf_setup(struct cxl_port *endpoint, struct range *range,
tools/testing/cxl/test/cxl.c
1086
static void mock_cxl_endpoint_parse_cdat(struct cxl_port *port)
tools/testing/cxl/test/cxl.c
670
static struct cxl_hdm *mock_cxl_setup_hdm(struct cxl_port *port,
tools/testing/cxl/test/cxl.c
709
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
tools/testing/cxl/test/cxl.c
732
struct cxl_port *port = to_cxl_port(cxld->dev.parent);
tools/testing/cxl/test/cxl.c
780
struct cxl_port *port, *iter;
tools/testing/cxl/test/cxl.c
895
struct cxl_port *port = cxlhdm->port;
tools/testing/cxl/test/cxl.c
896
struct cxl_port *parent_port = to_cxl_port(port->dev.parent);
tools/testing/cxl/test/cxl.c
965
static int __mock_cxl_decoders_setup(struct cxl_port *port)
tools/testing/cxl/test/cxl.c
979
static int mock_cxl_switch_port_decoders_setup(struct cxl_port *port)
tools/testing/cxl/test/cxl.c
987
static int mock_cxl_endpoint_decoders_setup(struct cxl_port *port)
tools/testing/cxl/test/cxl.c
995
static int get_port_array(struct cxl_port *port,
tools/testing/cxl/test/mock.c
154
int __wrap_devm_cxl_switch_port_decoders_setup(struct cxl_port *port)
tools/testing/cxl/test/mock.c
169
int __wrap_devm_cxl_endpoint_decoders_setup(struct cxl_port *port)
tools/testing/cxl/test/mock.c
199
struct cxl_dport *__wrap_devm_cxl_add_rch_dport(struct cxl_port *port,
tools/testing/cxl/test/mock.c
223
void __wrap_cxl_endpoint_parse_cdat(struct cxl_port *port)
tools/testing/cxl/test/mock.c
237
struct cxl_dport *__wrap_devm_cxl_add_dport_by_dev(struct cxl_port *port,
tools/testing/cxl/test/mock.h
22
int (*devm_cxl_switch_port_decoders_setup)(struct cxl_port *port);
tools/testing/cxl/test/mock.h
23
int (*devm_cxl_endpoint_decoders_setup)(struct cxl_port *port);
tools/testing/cxl/test/mock.h
24
void (*cxl_endpoint_parse_cdat)(struct cxl_port *port);
tools/testing/cxl/test/mock.h
25
struct cxl_dport *(*devm_cxl_add_dport_by_dev)(struct cxl_port *port,