Home
last modified time | relevance | path

Searched refs:target_map (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cxl/core/
H A Dhdm.c22 int *target_map) in add_hdm_decoder() argument
26 rc = cxl_decoder_add_locked(cxld, target_map); in add_hdm_decoder()
825 int *target_map, void __iomem *hdm, int which, in init_hdm_decoder() argument
944 target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
1020 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in devm_cxl_enumerate_decoders() local
1048 rc = init_hdm_decoder(port, cxld, target_map, hdm, i, in devm_cxl_enumerate_decoders()
1057 rc = add_hdm_decoder(port, cxld, target_map); in devm_cxl_enumerate_decoders()
H A Dport.c1712 struct cxl_port *port, int *target_map) in decoder_populate_targets() argument
1716 if (!target_map) in decoder_populate_targets()
1726 struct cxl_dport *dport = find_dport(port, target_map[i]); in decoder_populate_targets()
1933 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add_locked() argument
1954 rc = decoder_populate_targets(cxlsd, port, target_map); in cxl_decoder_add_locked()
1983 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add() argument
1996 return cxl_decoder_add_locked(cxld, target_map); in cxl_decoder_add()
/linux/tools/testing/cxl/test/
H A Dcxl.c653 int *target_map; member
663 ctx->target_map[ctx->index++] = pdev->id; in map_targets()
865 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in mock_cxl_enumerate_decoders() local
867 .target_map = target_map, in mock_cxl_enumerate_decoders()
907 rc = cxl_decoder_add_locked(cxld, target_map); in mock_cxl_enumerate_decoders()
/linux/drivers/cxl/
H A Dacpi.c346 int target_map[CXL_DECODER_MAX_INTERLEAVE]; in DEFINE_FREE() local
365 target_map[i] = cfmws->interleave_targets[i]; in DEFINE_FREE()
421 rc = cxl_decoder_add(cxld, target_map); in DEFINE_FREE()
/linux/drivers/scsi/
H A Dmvumi.h518 unsigned char *target_map; member
H A Dmvumi.c774 if (!(mhba->target_map[device_id / bitcount] & in mvumi_flush_cache()
1027 mhba->target_map = virmem; in mvumi_init_data()
2013 mhba->target_map[sdev->id / bitcount] |= (1 << (sdev->id % bitcount)); in mvumi_sdev_configure()